Hide Forgot
Description of problem: Using oo-admin-ctl-user to set user can't upgrade. Then check upgrade plan related info, like upgrade plan button under account button, and "upgrade your plan" on creating application page & adding SSL page. The link and button are still existed, but just can't direct to plan page. Version-Release number of selected component (if applicable): devenv_4149 How reproducible: Always Steps to Reproduce: 1. Set user can't upgrade using `oo-admin-ctl-user --allowplanupgrade false -l $account` 2. Check upgrade plan related info like upgrade plan button and "upgrade your plan" link on creating application page & adding SSL page 3. Actual results: The button and link are all existed, but can't direct to plan page. Expected results: The button and link are not allowed to exist. Additional info:
Will honor plan_upgrade_enabled flag in https://github.com/openshift/li/pull/2314
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/ab4014a9842abfa3371e4247505e6876676a1a47 Fix bug 1044433: Honor plan_upgrade_enabled capability
Tested on devenv_4302, the "Upgrade your plan" link will disappear after setting allowplanupgrade is false for the user, so verify this bug, thanks.