stable

Clone or download

Read-only

Bind Invite button to Register button display

If the register button is not displayed for anonymous users, then we consider that the Invite button should not be displayed. Part of story #16633: invite buddies to my Tuleap Change-Id: Ib56c1c57e3af6cd3a6d7b544ff29a3a3cd1e367d

Modified Files

Name
M src/common/InviteBuddy/Admin/InviteBuddyAdminController.php +1 −1 Go to diff View file
M src/common/InviteBuddy/Admin/InviteBuddyAdminUpdateController.php +1 −1 Go to diff View file
M src/common/InviteBuddy/InviteBuddyConfiguration.php +22 −0 Go to diff View file
M src/common/InviteBuddy/REST/v1/InvitationsResource.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/Navbar/PresenterBuilder.php +4 −2 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +2 −1 Go to diff View file
M tests/unit/common/InviteBuddy/InviteBuddyConfigurationTest.php +43 −11 Go to diff View file