Problem/Motivation
- Limit # of AWS Cloud service provider to create
- Change the default regions: No selection by default
Issue fork cloud-3233416
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3233416-limit-the-number
changes, plain diff MR !401
Comments
Comment #3
baldwinlouie commented@yas, here is the patch to limit how many regions a user can add. It also doesn't check any regions when the form is loaded.
Comment #5
yas@baldwinlouie
Thank you for the refactoring. I posted my comment above.
Comment #6
yasChanging the status to Needs work
Comment #7
baldwinlouie commentedattempting to fix unit test.
Comment #8
baldwinlouie commentedone more attempt for fixing unit tests,.
Comment #9
yas@baldwinlouie
Thank you for the update. I posted my comments above; and all comments are related to replacing from
self::$awsMaxRegionstoCloudConfigInterface::MAX_REGION_COUNT.Thanks!
Comment #10
baldwinlouie commented@yas, updated the patch with your requests.
Comment #11
yas@baldwinlouie
Thank you for the update. It looks good to me now. I'll merge the patch to
4.xand close this issue as Fixed.Comment #14
yas