Created attachment 660645 [details] The apps filtered out by admin tag "premium" Description of problem: When I tested on devenv_2577, I found the admin tag "premium" was not visible in the app creation page: /app/console/application_types. I have tried to add admin tag "premium" to my quickstart app, but the tag was not visible in the tag list of the app in the app creation page as the attachment shown. But I can filtered out my quickstart app successfully by tag "premium" or string "premium". Version-Release number of selected component (if applicable): devenv_2577 How reproducible: always Steps to Reproduce: 1.Add a quickstart app named "spring" using admin account, according to the steps described in US3046, and add admin tags "new","premium", and "featured" to the quickstart app . 2.Hit /community/cron.php in the browser. 3.Go to the website, check the tags shown in the app creation page of "spring". 4.Filtered by tag "premium" , check the tag list of the apps filtered out. Actual results: At step 3,4, the admin tag "premium" was not visible in quickstart apps' tag list. Expected results: The admin tag "premium" should be visible in quickstart apps' tag list. Additional info:
So it looks like with the latest pull this doesn't seem to be an issue any more. However I found what I think might be a new issue. If you follow the steps above and you put premium in the Quickstart Tags field instead of the Admin Tags field the app will still get shown when filtered by tag "premium". Does there need to be a blacklist for user_tags in drupal?
This is just a limitation of tags and quickstarts for now - we do a search to retrieve them rather than filtering only by tag. If you put the word "premium" in your quickstart it will still show up. Something we'll live with for now. ON_QA to have them retest.
Retest this issue on devenv-2899 with following steps: 1.Login the website with admin user 2.Add a quickstart with admin tag:premium 3.Go to the create application page, and check the list tags of the added quickstart 4.Click the premium tag to filter out the related application types 5.Search "Premium" to filter out the related application types Actual result: 3.The premium tag was list in the new quickstart tag list 4,5.The newly added quickstart can be filtered out. Verified this issue according to the results above.