cwrc / DEPRECATED-CWRC-Writer

The Canadian Writing Research Collaboratory (CWRC) is developing an in-browser text markup editor (CWRCWriter) for use by collaborative scholarly editing projects.
http://www.cwrc.ca/projects/infrastructure-projects/technical-projects/cwrc-writer/
GNU General Public License v2.0
24 stars 17 forks source link

Save and Exit icon and REST Endpoints #362

Closed ilovan closed 8 years ago

ilovan commented 9 years ago

Message from DGI:

Adding a “Save and Exit” icon and implementing a REST endpoint such that dgi can provide the back-end action that will save the document, release the lock, and return a URL that the CWRC-Writer client will then use to redirect the user to another page (to support Object Locking Module updates).

Comment from James: Andrew estimates an hour or two to add a new delegator call that will be triggered by the button click. He’ll redirect to the returned page in the callback.

ajmacdonald commented 9 years ago

I've added the basis for this. DGI needs to either give me more specifics, or alter the delegator call themselves. Also, the new button is not included by default. It needs to be added using the config.buttons1 property.