mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
nodejs: submitting in embedded mode
This commit is contained in:
@ -1014,7 +1014,7 @@ app.get('/editor', (req, res) => { // define a handler for editing document
|
||||
}
|
||||
|
||||
let submitForm = false;
|
||||
if (mode === 'fillForms') {
|
||||
if (mode === 'fillForms' || mode === "embedded") {
|
||||
submitForm = userid === 'uid-1';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user