Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #9717 - Security Suite Record Group selector doesn't appear when duplicating records #9718

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

SinergiaCRM
Copy link
Contributor

Description

This PR adds the condition "$_REQUEST['isDuplicate'] == true" when testing if the record is newly created.

Motivation and Context

With this change, the Security Suite Group Selector will appear in any duplication form.

How To Test This

  1. Create several Security Suite Groups
  2. Add those Groups to a User
  3. Enable de Security Suite Setting "Use Creator Group Select"
  4. Create a record with that user and check that the Group selector appears
  5. Duplicate a record and check that the Group selector appears.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

@jack7anderson7 jack7anderson7 added Status:Assessed PRs that have been tested and confirmed to resolve an issue by a core team member Branch:Hotfix labels Oct 17, 2022
@mattlorimer mattlorimer merged commit e9501b3 into salesagility:hotfix Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Branch:Hotfix Status:Assessed PRs that have been tested and confirmed to resolve an issue by a core team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants