This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#2337
from shreyasp/translations-setup-wizard
[Fix] Setup wizard exception fix for unique_module_name_standard
version-14
Nabin Hait
8 years ago
committed by
GitHub
parent
2b64a657e5
743e157e03
commit
01fe4b665f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
frappe/desk/doctype/desktop_icon/desktop_icon.py
+ 4
- 0
frappe/desk/doctype/desktop_icon/desktop_icon.py
View File
@@ -193,6 +193,10 @@ def set_desktop_icons(visible_list, ignore_duplicate=True):
except frappe.UniqueValidationError, e:
if not ignore_duplicate:
raise e
else:
visible_list.remove(module_name)
if frappe.message_log:
frappe.message_log.pop()
# set the order
set_order(visible_list)
Write
Preview
Loading…
Cancel
Save