mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
[DS-761] MetadataSchema: cache out of sync after calling delete()
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6026 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -354,6 +354,7 @@ public class MetadataSchema
|
|||||||
"metadata_schema_id=" + getSchemaID()));
|
"metadata_schema_id=" + getSchemaID()));
|
||||||
|
|
||||||
DatabaseManager.delete(context, row);
|
DatabaseManager.delete(context, row);
|
||||||
|
decache();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -22,6 +22,9 @@ found online at: https://wiki.duraspace.org/display/DSPACE/DSpaceContributors
|
|||||||
(Peter Dietz)
|
(Peter Dietz)
|
||||||
- [DS-789] HTTPS renders with errors due to a hardcoded HTTP link (in Mirage)
|
- [DS-789] HTTPS renders with errors due to a hardcoded HTTP link (in Mirage)
|
||||||
|
|
||||||
|
(Janne Pietarila)
|
||||||
|
- [DS-761] MetadataSchema: cache out of sync after calling delete()
|
||||||
|
|
||||||
1.7.0
|
1.7.0
|
||||||
=====
|
=====
|
||||||
(Oleksandr Sytnyk)
|
(Oleksandr Sytnyk)
|
||||||
|
Reference in New Issue
Block a user