Skip to content

Commit

Permalink
added no special type
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Dec 19, 2023
1 parent 6e82439 commit 4faf3d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def create_hydroshare_resources(instance):

try:
# let's call the resources
resources_api = hs.resources(subject=keywords,types="ToolResource")
resources_api = hs.resources(subject=keywords)
#how about "nwm_portal_app" for "Tool Resources that are part of the apps page, and how about "nwm_portal_data" for Data Resources?
resources_model = instance.resources.get('list_resources',[])
# logging.warning(resources_model)

Expand Down

0 comments on commit 4faf3d4

Please sign in to comment.