projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bbc107
)
Remove the "delete" action from the generated pcrud methods in order to remove a...
author
Mike Rylander
<mrylander@gmail.com>
Thu, 11 May 2023 14:08:03 +0000
(10:08 -0400)
committer
Jason Etheridge
<phasefx@gmail.com>
Sun, 14 May 2023 13:18:51 +0000
(09:18 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/examples/fm_IDL.xml
patch
|
blob
|
history
diff --git
a/Open-ILS/examples/fm_IDL.xml
b/Open-ILS/examples/fm_IDL.xml
index
d8c2492
..
4d3f604
100644
(file)
--- a/
Open-ILS/examples/fm_IDL.xml
+++ b/
Open-ILS/examples/fm_IDL.xml
@@
-9150,7
+9150,6
@@
SELECT usr,
<create permission="CREATE_TRANSLATION" global_required="true"/>
<retrieve />
<update permission="UPDATE_TRANSLATION" global_required="true"/>
- <delete permission="DELETE_TRANSLATION" global_required="true"/>
</actions>
</permacrud>
</class>