We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<cfoutput query="qryPopups" group="id"> <cfif message NEQ "" and not(ListFind(arraytoList( arguments.quote.getErrorHandler().getShownErrors()),id))> <cfoutput>#message####id#|</cfoutput> <cfset arrayappend(arguments.quote.getErrorHandler().getShownErrors(),id)> </cfif> <cflog file="Quote_#quote.getOnlineNumber()#" text="Popup:#message#,#id#" type="informational"> </cfoutput>
The text was updated successfully, but these errors were encountered:
coworker: But you should allow for multiple levels of cfoutput. Just the inner most one can't have a
Sorry, something went wrong.
#30
43a7c58
check double nested cfoutput
Could not duplicate the false positive in master.
But did implement the double nested cfoutput check.
No branches or pull requests
The text was updated successfully, but these errors were encountered: