We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25f299 commit 5d5a4ddCopy full SHA for 5d5a4dd
js/ui-models/apps/contacts.js
@@ -312,7 +312,7 @@ var contacts_LOVs = {
312
};
313
314
var contacts_ui = {
315
- id: 1,
+ id: 'evol-contact',
316
label: 'Address book',
317
icon: 'contact.gif',
318
entity: 'contact', entities: 'contacts',
js/ui-models/apps/todo.js
@@ -1,6 +1,6 @@
1
2
var todo_ui = {
3
- id: 5,
+ id: 'evol-todo',
4
label: 'To Do',
5
entity: 'task',
6
entities: 'tasks',
js/ui-models/apps/winecellar.js
@@ -133,6 +133,7 @@ var winecellar_lovs = {
133
134
135
var winecellar_ui = {
136
+ id: 'evol-winecellar',
137
entity: 'wine',
138
entities: 'wines',
139
label: 'Wine Cellar',
0 commit comments