Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

enable group members page on community edition #2710

Merged
merged 1 commit into from
Dec 23, 2021

Conversation

pedroslopez
Copy link
Member

@pedroslopez pedroslopez commented Dec 22, 2021

Change description

Adds the group members page to Grouparoo Community Edition.

Checklists

Development

  • Application changes have been tested appropriately

Impact

  • Code follows company security practices and guidelines
  • Security impact of change has been considered
  • Performance impact of change has been considered
  • Possible migration needs considered (model migrations, config migrations, etc.)

Please explain any security, performance, migration, or other impacts if relevant:

Code review

  • Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached where applicable.
  • Relevant tags have been added to the PR (bug, enhancement, internal, etc.)

@pedroslopez pedroslopez added the enhancement New feature or request label Dec 22, 2021
Comment on lines +10 to +13
case "community":
tabs = ["members"];
defaultTab = "members";
break;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this means that community lost edit and rules, which it used to have

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It didn't have any pages previously - this GroupTabs component was returning edit and rules by default because community wasn't using GroupTabs at all. If you'll notice the /pages/model/[modelId]/group dir for ui-community, it didn't exist before and members was just added now.

@pedroslopez pedroslopez merged commit fbc78c3 into main Dec 23, 2021
@pedroslopez pedroslopez deleted the 180533667-group-members-community branch December 23, 2021 16:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants