Skip to content

Commit

Permalink
enable hub project editing
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman committed Dec 16, 2022
1 parent d4e9a06 commit 679a17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/app/items/item/edit/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default Route.extend({
debug('Items.item.edit id: ' + params.id + ' item.id ' + item.id + JSON.stringify(params));

// only get the data if this is a type with data!
let validTypes = ['Web Mapping Application', 'Web Map', 'Dashboard', 'Hub Site Application', 'Hub Page', 'Hub Initiative', 'Map Service', 'Solution', 'StoryMap', 'Web Experience'];
let validTypes = ['Web Mapping Application', 'Web Map', 'Dashboard', 'Hub Site Application', 'Hub Page', 'Hub Initiative', 'Hub Initiative Template', 'Map Service', 'Solution', 'StoryMap', 'Web Experience', 'Hub Project'];
if (validTypes.includes(item.type)) {
return hash({
item: item,
Expand Down

0 comments on commit 679a17b

Please sign in to comment.