If I try to add multiple users to a group at once, only the last one adds. Also, if any one of them are not found, they all fail with "User [u'user04', u'user3535'] not found"
I was able to add multiple users to a group without errors. I went ahead and updated the bootstrap code so we have test-user-[0-9]. There also seems to be a problem with flash messages that are unrelated to this ticket.
To QA: add multiple users to a group (use test-user-0 and test-user-1 or some such). They should be added successfully. Now try adding several more where one has an invalid username. They should not be added, and there should be a flash message indicating the first invalid username. (The flash message is display:none'd due to the flash bug above so you'll have to view source).
Freshly built sandboxes are 500'ing out. The odd thing is that I'm not getting the melty anvil (nginx) or an Allura error page. It's just a plain vanilla 500 page. Maybe the melty anvil thing is sfpy only?
After finally getting back to this I discovered that the problem is that allura needed rebasing to dev due to some theme changes that were out of sync (on this branch) with sftheme:dev
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
rc/1808
I was able to add multiple users to a group without errors. I went ahead and updated the bootstrap code so we have test-user-[0-9]. There also seems to be a problem with flash messages that are unrelated to this ticket.
To QA: add multiple users to a group (use test-user-0 and test-user-1 or some such). They should be added successfully. Now try adding several more where one has an invalid username. They should not be added, and there should be a flash message indicating the first invalid username. (The flash message is display:none'd due to the flash bug above so you'll have to view source).
force-pushed with a fix to the flash messages
Changing owner because Kyle != Dave
Freshly built sandboxes are 500'ing out. The odd thing is that I'm not getting the melty anvil (nginx) or an Allura error page. It's just a plain vanilla 500 page. Maybe the melty anvil thing is sfpy only?
https://sf-kadams-6035.sb.sf.net/p/
After finally getting back to this I discovered that the problem is that allura needed rebasing to dev due to some theme changes that were out of sync (on this branch) with sftheme:dev
Looks good.