Some macros and images were improved, enhanced search capabilities.
This commit is contained in:
parent
7435ff1601
commit
253e61612d
9 changed files with 65 additions and 29 deletions
|
@ -54,9 +54,8 @@ class AbstractMixin:
|
|||
pass
|
||||
# Manage "add" permissions
|
||||
obj._appy_managePermissions()
|
||||
# Re/unindex object
|
||||
if obj._appy_meta_type == 'tool': self.unindexObject()
|
||||
else: obj.reindexObject()
|
||||
# Reindex object
|
||||
obj.reindexObject()
|
||||
return obj
|
||||
|
||||
def delete(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue