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:
9c4c495
)
LP1928363 Fix PCRUD permission
user/berick/lp1928363-holdings-item-circ-info
author
Bill Erickson
<berickxx@gmail.com>
Thu, 17 Jun 2021 22:06:37 +0000
(18:06 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 17 Jun 2021 22:07:28 +0000
(18:07 -0400)
Was referencing a nonexisting column.
Signed-off-by: Bill Erickson <berickxx@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
034ce86
..
71406f6
100644
(file)
--- a/
Open-ILS/examples/fm_IDL.xml
+++ b/
Open-ILS/examples/fm_IDL.xml
@@
-10835,7
+10835,9
@@
SELECT usr,
</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
- <retrieve permission="STAFF_LOGIN" context_field="circ_lib"/>
+ <retrieve permission="STAFF_LOGIN">
+ <context link="id" field="circ_lib"/>
+ </retrieve>
</actions>
</permacrud>
</class>