Merge pull request #38573 from sokumon/priv-workspaces
This commit is contained in:
commit
e780b0b509
1 changed files with 3 additions and 2 deletions
|
|
@ -63,8 +63,9 @@ class DesktopIcon(Document):
|
|||
clear_desktop_icons_cache(user=self.owner)
|
||||
|
||||
def after_rename(self, old, new, merge):
|
||||
delete_desktop_icon_file(self.app, old)
|
||||
self.export_desktop_icon()
|
||||
if self.standard and self.app:
|
||||
delete_desktop_icon_file(self.app, old)
|
||||
self.export_desktop_icon()
|
||||
|
||||
def export_desktop_icon(self):
|
||||
allow_export = (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue