The Required Attribute Rule Modal is shown up even when the value is populated if the attribute is not configured on the details/properties page.
STEPS TO REPRODUCE:
1. Login to Classic UI.
2. Navigate to Administration -> Studio -> Objects -> Project object.
3. Create a Test Attribute of String type. Provide an API alias to it.
4. Navigate to Modern UX -> Administration -> Blueprints.
5. Create a copy of the standard blueprint and create a new rule as below.
-> Rule Type :- View Page
-> Conditions (Always True) :- false
-> Match Filters :- Work Status == TRUE
-> Actions :- Required Attributes - Test Attribute
6. Create a project and assign this blueprint.
7. Populate the Test Attribute with a value and set the Work status to Active.
8. Navigate to the Properties/Details tab on the project.
9. Update the description field.
Expected Results :- Since the required attribute has a value, it shouldn't pop up.
Actual Results :- The required attribute modal shows and the previous value of the attribute is not displayed.
Clarity PPM 16.3.3
DE176723
DE176723 is under review by engineering.
Workaround :- If the attribute is configure on the Properties/Details tab, then the modal is not shown.