stable

Clone or download

Read-only

Refactoring: rename user_administers

Most of boolean variables in ProjectPresenter follows the same naming pattern: is_xxxx (is_public, is_private, …). In order to be consistent, user_administers is renamed. Take the opportunity to remove $user_belongs property that is not used. No functional changes. Part of story #16209: Β« Switch to… Β» button Change-Id: Ife55fc2f0bdf609b197165f3b15a92907d7df5ae

Modified Files

Name
M src/common/Project/ProjectPresenter.php +8 βˆ’13 Go to diff View file
M src/common/Project/ProjectPresentersBuilder.php +2 βˆ’4 Go to diff View file
M src/scripts/switch-to/src/components/Projects/ProjectLink.vue +1 βˆ’1 Go to diff View file
M src/scripts/switch-to/src/type.ts +1 βˆ’1 Go to diff View file
M src/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-projects.mustache +2 βˆ’2 Go to diff View file