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
Looks like CmsMacroResolver cuts "%(row)" so showInRow = true; never will be reached:
CmsMacroResolver resolver = CmsMacroResolver.newInstance().setCmsObject(cms).setJspPageContext(jsp.getJspContext()); fieldValue = resolver.resolveMacros(fieldValue); // get items from String boolean showInRow = false; if (fieldValue.startsWith(MACRO_SHOW_ITEMS_IN_ROW)) { showInRow = true; fieldValue = fieldValue.substring(MACRO_SHOW_ITEMS_IN_ROW.length()); }
(CmsForm.java#L3245)
The text was updated successfully, but these errors were encountered:
cp. pull request #55
Sorry, something went wrong.
No branches or pull requests
Looks like CmsMacroResolver cuts "%(row)" so showInRow = true; never will be reached:
(CmsForm.java#L3245)
The text was updated successfully, but these errors were encountered: