suppress node view reload when node has been modified in management interface
This commit is contained in:
parent
08143bf2e6
commit
0ff7932ee0
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ $Id$
|
||||||
1.1
|
1.1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- suppress node view reload when node has been modified in management interface
|
||||||
- overwrite also basic attributes via addObject(), e.g. when importing loops data
|
- overwrite also basic attributes via addObject(), e.g. when importing loops data
|
||||||
- allow editing/creation of work items by others (creator, admin),
|
- allow editing/creation of work items by others (creator, admin),
|
||||||
take party/userName from previous work item instead of current user
|
take party/userName from previous work item instead of current user
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
enctype="multipart/form-data">
|
enctype="multipart/form-data">
|
||||||
|
|
||||||
<input type="hidden" name="form_submitted" value="true" />
|
<input type="hidden" name="form_submitted" value="true" />
|
||||||
<tal:control condition="request/form_submitted|nothing">
|
<tal:control condition="nothing">
|
||||||
<script language="JavaScript">
|
<script language="JavaScript">
|
||||||
focusOpener();
|
focusOpener();
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue