Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Improved: MacroFormRenderer refactoring of label, display and text
fields (OFBIZ-11900) New RenderableFtl elements to represent pre-rendered FTL strings and FTL macro calls. RenderableFtl elements are able to render themselves to strings which are processed as an FTL template by the FtlWriter class. For labels, display fields and text fields, MacroFormRenderer no longer generates FTL to write to a template itself, but instead calls RenderableFtlFormElementsBuilder to create corresponding RenderableFtl elements which are then processed by FtlWriter. This is a WIP to reduce complexity in MacroFormRenderer.
- Loading branch information
1 parent
d32814e
commit 3795727
Showing
21 changed files
with
1,865 additions
and
545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.