Actions
Unit Level and Cosmetic Issues #20781
closedThe Check box selection in the FST APQP integration Enable Review page needs Improvement
Start date:
11/06/2020
Due date:
% Done:
0%
Estimated time:
Steps To Reproduce:
1.Logina s Apqp Admin
2. Select a project
3. Link to a PI
4. Enable route
5. Clcik on the VOC input
6. CLick on enable review
7 Check for the selected Check box
MODULES:
FST
Build Cycle:
Cycle 8
Customer:
Issue Dependency:
Dev Commitment to Resolve in::
Description
The Check box selection in the FST APQP integration Enable Review page needs Improvement( Refer screenshot or suggested change)
Files
Updated by Reng Raj over 4 years ago
- Status changed from Open to Fixed in Dev
1. Add a div with class ‘checkbox checkbox-success’ for the check boxes
Eg.
<div class="checkbox checkbox-success">
<input id="ChangeItar" type="checkbox" value="1" >
<label for="ChangeItar" class ="control-label">ITARCompliance</label>
</div>
as per the document iplemented to check box
Updated by Reng Raj over 4 years ago
- Status changed from Fixed in Dev to Fixed with Hotfix
Updated by User Admin over 4 years ago
- Status changed from Fixed with Hotfix to Resolved
Actions