Page MenuHomePhabricator

Separate functionality in newsletter details and /manage pages
Closed, ResolvedPublic

Description

Each newsletter has a details subpage and a /manage subpage. Currently the details subpage has an editable description, the /manage page allows to add/remove publishers, and the title and main page of the newsletter in fact cannot be edited anywhere. This is a proposal to sort out these two pages:

  • The Details page is view only, for everybody. Users with permissions will see a "Manage" button leading to /manage.
  • The Manage page will allow users with permissions to edit everything: title, main page, description, and publishers.

Event Timeline

Change 280928 had a related patch set uploaded (by 01tonythomas):
Allow managing of name, description and main page of Newsletters

https://gerrit.wikimedia.org/r/280928

Change 280928 merged by jenkins-bot:
Allow managing of name, description and main page of Newsletters

https://gerrit.wikimedia.org/r/280928

@Qgil , waiting for you quick review on the functionality before closing this as resolved!

@Qgil wanted the description not to be in a text box in Special:Newsletter/id, and it is sensible --- as we are not allowing any edits, and the viewer shouldn't get confused.

Change 281135 had a related patch set uploaded (by Tinaj1234):
Remove description text area

https://gerrit.wikimedia.org/r/281135

Change 281135 merged by jenkins-bot:
Remove description text area

https://gerrit.wikimedia.org/r/281135

Removed the unwanted <input> box too around description. Thank you @Tinaj1234 for the change. Closing this one as resolved.