Forums / General / Notification process while working on same document.

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Notification process while working on same document.

Author Message

John Smith

Friday 07 May 2010 9:58:26 am

Is it possible to set up a process whereby there are multiple adminstrators can work on the same document. When one completes his bit the other is notified stating it has gone live/updated and then other one pick the same document and add his bit to the document.

Please help.

Bertrand Dunogier

Friday 07 May 2010 11:07:23 am

There is no built-in feature for that, and no existing extension, as far as I know.

On the other hand, given the amount of topics you have posted here, it is most likely that you would easily implement it ;)

  • Some ajax with a regular check from content/edit, providing contentobject id + version
  • This callback checks if there is a new published version
  • An alert is displayed if there is

I'm sure others here will be able to help you if you're blocked on something. This would definitely be a great addition to projects.ez.no !

Bertrand Dunogier
eZ Systems Engineering, Lyon
http://twitter.com/bdunogier
http://gplus.to/BertrandDunogier

John Smith

Saturday 08 May 2010 3:11:54 am

Cheers Bertand....

Yeah it would be great addition, hoping somebody else can help me.