Created attachment 665999 [details] No git url of quickstart Description of problem: After adding quickstart from community as admin user, the git url of quickstart is lost, I have to input the git url manually when creating template application. Version-Release number of selected component (if applicable): devenv_2611 How reproducible:always Steps to Reproduce: 1) run /etc/drupal6/drupal-setup.sh 2) verify the drupal6-openshift-features-application_quickstarts RPM is installed 3) from /usr/share/drupal6, run "drush en application_quickstarts" and then "drush cache-clear" 4) Restart all service 5) revert all the feature 6) Go to community and login using admin account 7) Click the "Content Management" button 8) Click "Create Content" 9) Click "Quickstart" 10) Input "Title", "Quickstart Tags", "Cartridges", "Git Repository URL", "Language" 11) Click the "Save" button. 12) Navigate to https://<devenv>/community/api/v1/quickstarts/promoted.json 13) Go to create application page, choose the template to create an application Actual results: There is no git url as default value of quickstart, users have to input git url manually to create template application. Expected results: The git url should be available as default value when creating template application after adding quickstart from community. Additional info:
Already fixed in prod/stage, in devenv at: https://github.com/openshift/li/pull/728
Will test it after the pull request merged.
(In reply to comment #1) Tested on devenv_2621 today, the git url will be the default value after adding the quickstart from community and the template applications can be created correctly.