Credit for #756
This commit is contained in:
parent
059265a041
commit
5a8e88200b
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue