...
Info |
---|
It's possible, as of version 0.38 of the edit bundle to specify when, on create, update and/or delete, the audit record is written by specifying a 'mode' value in the audit config as a comma separated list of those three values. e.g The default, if not specified, is |
Create New Button
As of release 2.5.21 there is an additional button that can be added to a tool bar or status bar to immediately initiate the creation of a new object.
There's not much to it, it's just a button that can be added to a toolbar and when click immediately starts the creation of a new spatial object of a specific type, and is configured with the type of object to create so you don't have to switch the active entity.
It either takes and entity, in which case the default edit for the entity is used,
Code Block |
---|
<item action="weave.edit.createNew" entity="grafitti"/> |
or it takes a specific edit, in which can that edit will be used,
Code Block |
---|
<item action="weave.edit.createNew" edit="grafitti.edit"/> |