Revize e2be6f31
Přidáno uživatelem Pavel Fidranský před více než 6 roky(ů)
sources/src/main/webapp/js/components/modalWindow.js | ||
---|---|---|
78 | 78 |
'type': 'POST', |
79 | 79 |
'url': app.API.saveDiagram, |
80 | 80 |
'data': { |
81 |
'id': app.diagram === null ? null : app.diagram.id,
|
|
81 |
'id': app.diagram === null ? '' : app.diagram.id,
|
|
82 | 82 |
'name': e.target.diagramName.value, |
83 | 83 |
'graphJson': JSON.stringify(app.graphExporter.run()), |
84 | 84 |
'public': (e.target.diagramPublic.checked | 0).toString(), |
Také k dispozici: Unified diff
fixed saving new diagrams to DB