checking if user can edit a readme file should be a PUT, not a GET
This commit is contained in:
parent
c814e255e4
commit
ac0c83d695
|
@ -575,7 +575,7 @@ export default function ProcessModelShow() {
|
|||
</Column>
|
||||
<Column md={1} lg={1} sm={1}>
|
||||
<Can
|
||||
I="GET"
|
||||
I="PUT"
|
||||
a={targetUris.processModelFileCreatePath}
|
||||
ability={ability}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue