Skip to content

Commit 5d5a4dd

Browse files
author
Olivier Giulieri
committed
Changed IDs.
1 parent a25f299 commit 5d5a4dd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

js/ui-models/apps/contacts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ var contacts_LOVs = {
312312
};
313313

314314
var contacts_ui = {
315-
id: 1,
315+
id: 'evol-contact',
316316
label: 'Address book',
317317
icon: 'contact.gif',
318318
entity: 'contact', entities: 'contacts',

js/ui-models/apps/todo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
var todo_ui = {
3-
id: 5,
3+
id: 'evol-todo',
44
label: 'To Do',
55
entity: 'task',
66
entities: 'tasks',

js/ui-models/apps/winecellar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ var winecellar_lovs = {
133133
};
134134

135135
var winecellar_ui = {
136+
id: 'evol-winecellar',
136137
entity: 'wine',
137138
entities: 'wines',
138139
label: 'Wine Cellar',

0 commit comments

Comments
 (0)