Skip to content

Commit

Permalink
Mapviewer resource are made unadvertized by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 committed Feb 6, 2024
1 parent 5f0ad84 commit 0b328c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geonode_mapstore_client/client/js/epics/gnsave.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ const SaveAPI = {
'name': body.title + ' ' + uuid(),
'owner': user.name,
'resource_type': ResourceTypes.VIEWER,
'advertised': false,
...body
});
}
Expand Down

0 comments on commit 0b328c3

Please sign in to comment.