You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing entries with several users, we have the problem that edited entries in a stack can be deleted by publishing them, for example:
User 1: is in the entry and makes a change
User 2: opens another entry from the same entry (Relationship-Fieldtype: edit) in a stack and make some changes
User 1: stores and publishes the new content
User 2: gets a notification and has only the possibility to reload the page and not save its changes any more
Suggestion would be to include a "cancel" button in the dialog, so that user 2 gets the possibility to save or continue. What did you think?
The text was updated successfully, but these errors were encountered:
this.channel.listenForWhisper('published',({ user, message })=>{Statamic.$toast.success(`Published by ${user.name}.`);constmessageProp=message
? `Entry has been published by ${user.name} with the message: ${message}`
: `Entry has been published by ${user.name} with no message.`Statamic.$components.append('CollaborationBlockingNotification',{props: {message: messageProp}}).on('confirm',()=>window.location.reload());});
When editing entries with several users, we have the problem that edited entries in a stack can be deleted by publishing them, for example:
User 1: is in the entry and makes a change
User 2: opens another entry from the same entry (Relationship-Fieldtype: edit) in a stack and make some changes
User 1: stores and publishes the new content
User 2: gets a notification and has only the possibility to reload the page and not save its changes any more
Suggestion would be to include a "cancel" button in the dialog, so that user 2 gets the possibility to save or continue. What did you think?
The text was updated successfully, but these errors were encountered: