Fixed bug while updating properties of facet
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@134406 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ebb17ba6bf
commit
1b4376137a
|
@ -756,6 +756,9 @@ public class EntityManagementImpl implements EntityManagement {
|
|||
if (key.startsWith("_")) {
|
||||
continue;
|
||||
}
|
||||
if (key.compareTo(Facet.HEADER_PROPERTY) == 0) {
|
||||
continue;
|
||||
}
|
||||
facet.removeProperty(key);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue