dev/core/482 standardize contact edit form delete block behavior #13169
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
When adding a new contact via the "New Individual", "New Organization" etc forms, or editing a contact, the website blocks allow a user to delete a block even if it's the only one left. Afterwards, the user is not able to re-create a website block. This is non-standard for this form i.e. Phone Number, Email, IM do not let a user delete a block if it's the only one left.
Relevant issue: https://lab.civicrm.org/dev/core/issues/482
Before
Users can delete the last website block, breaking their ability to add a website.
After
Users are not given the option to delete the last website block, which is the standard behavior for this form.
Technical Details
The js to create a new block relies on an existing block of that type to copy. If statement added is present in the templates for phone, IM, email blocks but was missing in the website block template.