danwatford commented on code in PR #547:
URL: https://github.com/apache/ofbiz-framework/pull/547#discussion_r989067321
##########
framework/widget/src/main/java/org/apache/ofbiz/widget/renderer/macro/MacroFormRenderer.java:
##########
@@ -3005,6 +3006,9 @@ public void makeHyperlinkString(Appendable writer, String
linkStyle, String targ
if (UtilValidate.isNotEmpty(request.getAttribute("id"))) {
id = request.getAttribute("id").toString();
}
+ if (UtilValidate.isNotEmpty(request.getAttribute("title"))) {
+ imgTitle = request.getAttribute("title").toString();
Review Comment:
I'm no longer requesting that tests are added to
RenderableFtlFormElementsBuilderTest.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]