Skip to content
Snippets Groups Projects
Commit a8194f85 authored by Manuel Leduc's avatar Manuel Leduc
Browse files

[Misc] Defines the Live Data idProperty of the user's groups

Avoids warning messages in the browser console.

(cherry picked from commit 75d8c956)
parent b9180b87
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,10 @@
'meta': {
'propertyDescriptors': [
{ 'id': 'group', 'displayer': { 'id': 'link', 'propertyHref': 'group_url' } }
]
],
'entryDescriptor': {
'idProperty': "group"
}
}
})
#set ($sourceParameters = $escapetool.url({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment