Skip to content

Commit

Permalink
Merge pull request #91 from plone/noninstallable-default-profile
Browse files Browse the repository at this point in the history
Do not show default profile as installable (already installed with core)
  • Loading branch information
jensens authored Dec 5, 2018
2 parents 24deb0b + eef5cdd commit 2826070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ New features:

Bug fixes:

- *add item here*
- Do not show default profile as installable (already installed with core)
[jensens]


1.4.10 (2018-10-31)
Expand Down
1 change: 1 addition & 0 deletions plone/app/querystring/hiddenprofiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def getNonInstallableProfiles(self):
that will be installed as part of the site creation anyways.
"""
return [
'plone.app.querystring:default',
'plone.app.querystring:upgrade_to_3',
'plone.app.querystring:upgrade_to_5',
'plone.app.querystring:upgrade_to_6',
Expand Down

0 comments on commit 2826070

Please sign in to comment.