- last update
about 1 year ago Patch Failed to Apply There appears to be an issue with patches #7 and #11 where they add additional lock messages when editing published content.
When using the paragraph system, clicking edit makes a POST call to Drupal which triggers the form alter logic. This means large content pieces can have many lock messages appear which can be very distracting. I have added an image demonstrating this.
It is possible to prevent these messages by first checking how the form alter request is being made. If it's a POST request, then it's likely a paragraph being edited and no message needs to be displayed. However, if it's a GET request, then the user is likely navigating to the page from either the content preview or the content listing page and the message should be displayed.
- Status changed to Postponed: needs info
8 months ago 5:42pm 21 March 2024 - πΊπΈUnited States smustgrave
I tried replicating on the latest 2.x branch but wasn't able to. Is this still an issue?
- Status changed to Needs work
8 months ago 2:53pm 26 March 2024 - πΊπΈUnited States smustgrave
Wasn't able to replicate but think the message that the content is locked should still be there.
- Status changed to Needs review
8 months ago 6:10pm 27 March 2024