Details
-
Type:
Bug Fix
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.2.1
-
Component/s: User Interface
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Rice Module:KRAD
-
KRAD Feature Area:Authorization and Presentation
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Include in Release Notes?:Yes
Description
In Rice 2.2.1, "stacked" collection elements in KRAD are no longer displaying add/delete buttons by default. This problem is clearly visible on the sample KRAD collection-displaying views in Kuali test drive.
I noticed a recent addition to the StackedLayoutManager class that could be causing the problem. On lines 201 and 202, if the layout manager is not configured to place actions in the line items group, the actions are instead placed in the line group's footer but then its renderFooter flag is set to false. When testing locally, I can work around the problem by commenting out the line that sets the line group's renderFooter flag to false.