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

XWIKI-21080: Security Vulnerabilities Live Datas are missing an id

parent 10886300
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ public LiveDataConfiguration get()
pagination.setShowPageSizeDropdown(true);
meta.setPagination(pagination);
LiveDataEntryDescriptor entryDescriptor = new LiveDataEntryDescriptor();
entryDescriptor.setIdProperty(ExtensionSecurityLiveDataSource.ID);
entryDescriptor.setIdProperty(EXTENSION_ID);
input.setMeta(meta);
meta.setEntryDescriptor(entryDescriptor);
meta.setPropertyDescriptors(List.of(
......
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