danhaywood commented on code in PR #1647:
URL: https://github.com/apache/causeway/pull/1647#discussion_r1193327024


##########
viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/ScalarPanelAbstract2.java:
##########
@@ -257,8 +257,10 @@ private void addAdditionalButtonsTo(
                     addDisabledReasonIcon(buttonContainer, "fa-solid fa-ban", 
"");
                     break;
                 case DISABLED_REASON_PROTOTYPING:
-                    addDisabledReasonIcon(buttonContainer, "fa-solid 
fa-text-slash icon-prototyping",
-                            " Note: This icon only appears in prototyping 
mode.");
+                    if 
(getConfiguration().getViewer().getWicket().isDisableReasonExplanationInPrototypingModeEnabled())
 {

Review Comment:
   good point, will do



-- 
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]

Reply via email to