Created attachment 693666 [details] duplicate error message Description of problem: Tried to create the 4th application using freeshift, then the error message of reminding user is duplicate, details see in the attachment. Version-Release number of selected component (if applicable): INT(devenv_2778) How reproducible: Always Steps to Reproduce: 1.Create 3 applications 2.Try to create the 4 application 3. Actual results: The error message is duplicate.Details see in attachment. Expected results: The error message should not be correct. Additional info:
Expected results: The error message should not be duplicate. Sorry for the mistake.
If we're adding this error in the controller (I think we might be) then we need to only do so if there are no other errors. Also, the "Base <user>" part looks funny, that might be because the full message coming from the broker doesn't start with capitals. Rails ActiveModel::Errors.full_messages I think prefixes on the error attribute if the message isn't capitalized. We should probably get the broker error message to change to not put email first (since it may not be capitalized).
Should be fixed in this PR: https://github.com/openshift/origin-server/pull/1327
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/1d574fe48066d9e18bcdb33d748ec9e8c19775df Merge pull request #1327 from fotioslindiakos/max_gears_errors Bug 908164
Tested on devenv-stage_282, the duplicate error message has been corrected, I will verify this bug after it is ON_QA.
Created attachment 694931 [details] fixed Verified on stage(devenv-stage_283) Tested on stage(devenv-stage_283),this bug is fixed.So mark it as VERIFIED.