Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
22.01.01
-
None
-
None
Description
Allow developer to open FTL file from the browser by clicking on the filename on the named border.
There are 2 properties involved:
# Enable widget named border for development
# NONE - For production where no named border will be shown.
# LABEL - Show named border
# SOURCE - Show named border with link to open the source code
widget.dev.namedBorder=SOURCE
# Command template to open file with editor
# For intellij IDEA use: idea ${sourceLocation}
widget.dev.cmd.openSourceFile=idea ${sourceLocation}
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-12002 Show border and file name for content rendered from ftl
- Closed
- relates to
-
OFBIZ-12038 Open Screen file from browser
- Closed
-
OFBIZ-12041 Open Form Widget (Single Type) source file from browser
- Closed