-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
Added missing field name in custom-field deletion dialog #12869
Conversation
Can one of the admins verify this patch? |
I've tested this, it's a minor UI bug and assigning an extra variable to the template fixes it. Merge on pass @seamuslee001 |
@civicrm-builder add to whitelist |
Jenkins retest this please |
Removed the Merge on pass as per @JKingsnorth |
I agree with @mattwire that this does fix the issue and is good to merge when the tests are fixed (the failures seem unrelated). |
test this please |
jenkins, test this please |
Congratulations on the first PR! Thanks for the well-formed description. Also, thanks to the sprinters at Bamford for the group review. The well-formed description on this PR made it really helpful as a group-training discussion. (CiviCRM Review Template DEL-1.1)
|
Overview
The dialog that pops up when a custom field is deleted, does not show the name of the field to be deleted.
Before
The name of the field in the deletion dialog box was missing.
![missing custom-field name in deletion dialog](https://user-images.githubusercontent.com/43573448/46013195-72ae9580-c0c3-11e8-822e-a69d184b9b8c.png)
After
The name of the field in the deletion dialog box is now visible.
![present custom-field name in deletion dialog](https://user-images.githubusercontent.com/43573448/46013607-b950bf80-c0c4-11e8-963b-71faa3fb3e3d.PNG)