I have Operator access to a zone but I am unable to request any changes in that zone (or any other zones I have access to). The behaviour is different on different browsers:
On Chrome/Opera the submit button gets disabled but nothing more happens. No network request gets sent.
On Firefox the request does get sent:
POST https://<server>/zones/<zone-name>
csrf_token=[...redacted...]
updates[]={"action":"update","oldname":"security","oldtype":"CNAME","ttl":"1M","comment":"OPCOM-2459","records":[{"content":"[...redacted...].","enabled":"Yes"}],"name":"security","type":"CNAME"}
serial=2018070302
comment=Lower+TTL
This matches what I have chosen in the form. In response I get full HTML for the page. Everything seems good... But if I go to "Pending updates" tab, then "There are no pending updates." message is shown. So my request is not saved anywhere.
Everything works if I have "Administrator" access - I can make changes to the zones.
Same behaviour was reproduced by a different user on a Windows computer (I use Mac).
I have Operator access to a zone but I am unable to request any changes in that zone (or any other zones I have access to). The behaviour is different on different browsers:
On Chrome/Opera the submit button gets disabled but nothing more happens. No network request gets sent. On Firefox the request does get sent:
This matches what I have chosen in the form. In response I get full HTML for the page. Everything seems good... But if I go to "Pending updates" tab, then "There are no pending updates." message is shown. So my request is not saved anywhere.
Everything works if I have "Administrator" access - I can make changes to the zones. Same behaviour was reproduced by a different user on a Windows computer (I use Mac).