Page MenuHomePhabricator

Code changes can no longer be saved due to 403 error
Closed, InvalidPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  1. Log in and visit https://gerrit.wikimedia.org/r/c/phabricator/extensions/+/236417/1/PhabricatorBugzillaRemarkupRule.php,edit#168
  2. Edit the script, such as deleting a blank line at the end of the script.
  3. Click the Save & Publish button.

What happens?:

An error occurred
Error 403: edit not permitted

Endpoint: /changes/*~*/edit/*

What should have happened instead?:

The edit was saved successfully.

Software version (skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Event Timeline

The error means you do not have access to do that. Why do you want edit it?

The error means you do not have access to do that. Why do you want edit it?

I found some minor errors in the script, but I couldn't find anywhere else to edit it.

@Ammarpad Why can't users make edits to other people's changes on the web interface? This is actually so annoying. I don't want to be required to clone an entire repo just to make a one-line change.

Why can't users make edits to other people's changes on the web interface?

Because past vandalism and spam

Also, i don't think its web interface specific. I think the same thing would happen if you cloned the repo and weren't in the trusted contributors group.