Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #28268 Restricted users should access MediaWiki Standalone in Public Inc. Restricted projects
    Infos
    #28268
    Manuel Vacelet (vaceletm)
    2022-09-05 11:41
    2022-09-02 13:50
    29845
    Details
    Restricted users should access MediaWiki Standalone in Public Inc. Restricted projects

    Issue from art #27186

    • Platform: restricted
    • Project: public including restricted
    • User: restricted
    • Expected: Access Granted
    • Got: Access Denied

    Get /projects/{id}/mediawiki_standalone_permissions returns

    {
      "permissions": {
        "is_reader": false,
        "is_writer": false,
        "is_admin": false,
        "is_bot": false
      }
    }
    

    should have been:

    {
      "permissions": {
        "is_reader": true,
        "is_writer": false,
        "is_admin": false,
        "is_bot": false
      }
    }
    
    Mediawiki Standalone
    13.12
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Manuel Vacelet (vaceletm)
    Closed
    2022-09-05
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes