Setting the config values from admin not working
Open
bug
- Dominant language
- PHP
- Stars
- 163
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
Setting the values in the admin console of owncloud doesnt work,
Server replies with 405 Method not supported error.
The ajax urls in the admin.js files wrong. rather than calling "ajax/v0.2/ajaxsetval" as per routes , its currently calling "api/v0.2/ajaxsetval"
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the admin.js files and compare their AJAX URL with the route for ajax/v0.2/ajaxsetval. Verify that saving values no longer targets api/v0.2/ajaxsetval and confirm the admin console accepts configuration changes without a 405 response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- api, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100