-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
527 custom field library tab #2693
Conversation
…CustomTextArea components Format the error message to be displayed below the input component
Passing run #654 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2693 +/- ##
=======================================
Coverage 86.66% 86.66%
=======================================
Files 291 291
Lines 16458 16458
Branches 2114 2114
=======================================
Hits 14264 14264
Misses 1795 1795
Partials 399 399 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chriscalhoun1974 attached a recording of one issue I found. When you re-enable a custom field that has an existing value, the value does not show unless you refresh the whole page.
…e, the value does not show unless you refresh the whole page.
@mfbrown Loom issue has been resolved now. |
@chriscalhoun1974 now the values seem to disappear when you click "Save" |
@mfbrown Form value selections disappearing after you click the Save button has been resolved now. |
The fix for the previous issue seems to have re-introduced the issue where re-enabled custom fields don't show their value. https://www.loom.com/share/e104aebfb3e04221b8a1fd2bf1d3a087 cc: @Kelsey-Ethyca |
This PR does fix #2693 ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - will create a follow up issue to address the inconsistencies with re-showing fields that have values.
Closes #527 #2659
Code Changes
ChooseFromLibrary
componentCustomFieldSelector
componentCreateCustomFields
,CreateCustomLists
,CustomFieldsModal
, andCustomInput
custom fields componentsCustomTextInput
,CustomSelect
,CustomCreatableSelect
, andCustomTextArea
components which format the error message to be displayed below the given input componentSteps to Confirm
make server
command from a FidesPlus Terminal promptnpm i
command from Fides Admin UI Terminal promptnpm run dev
command from Fides Admin UI Terminal promptManagement
top nav menu itemAdd a custom field
labelCreate custom lists
tab and enter the form data. Click the Save to library button.Create custom fields
tab and enter the form data. Click the Save button.Add a custom field
labelChoose from library
tab. Toggle the active status to off. Click the Save button.Pre-Merge Checklist
CHANGELOG.md
Screen Shots