This commit is contained in:
jamesagnew 2017-11-22 19:18:49 -05:00
parent 059265a041
commit 5a8e88200b
1 changed files with 5 additions and 0 deletions

View File

@ -216,6 +216,11 @@
An issue was fixed in JPA server where extensions on primitives which An issue was fixed in JPA server where extensions on primitives which
are nestedt several layers deep are lost when resources are retrieved are nestedt several layers deep are lost when resources are retrieved
</action> </action>
<action type="fix" issue="756">
Conditional deletes in JPA server were incorrectly denied by AuthorizationInterceptor
if the delete was permitted via a compartment rule. Thanks to Alvin Leonard for the
pull request!
</action>
</release> </release>
<release version="3.0.0" date="2017-09-27"> <release version="3.0.0" date="2017-09-27">
<action type="add"> <action type="add">