[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:
Claudia Juergen
2011-01-19 15:27:50 +00:00
parent 58901caaf3
commit 388c6b1286
2 changed files with 4 additions and 0 deletions

View File

@@ -354,6 +354,7 @@ public class MetadataSchema
"metadata_schema_id=" + getSchemaID()));
DatabaseManager.delete(context, row);
decache();
}
/**

View File

@@ -22,6 +22,9 @@ found online at: https://wiki.duraspace.org/display/DSPACE/DSpaceContributors
(Peter Dietz)
- [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
=====
(Oleksandr Sytnyk)