Skip to content

Commit

Permalink
adds another nodegroup for testing of widget/tile reset, re #27
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisgalen committed Jun 13, 2019
1 parent 12aecb1 commit 6179048
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,50 +24,51 @@ define([
nameheading: 'Consultation Name',
namelabel: 'Make the Consultation Name the same as the Consultation Address'
},
{
title: 'Assign Name',
name: 'setname',
description: 'Assign a name to your application area',
component: 'views/components/workflows/set-tile-value',
componentname: 'set-tile-value',
graphid: '08359c2e-53f0-11e9-b212-dca90488358a',
nodegroupid: 'e6f0688a-53f1-11e9-93a2-dca90488358a',
resourceid: null,
tileid: null,
parenttileid: null,
icon: 'fa-tag'
},
{
title: 'Related Application Area',
description: 'Identify the Development Area for this Consultation',
component: 'views/components/workflows/new-tile-step',
componentname: 'new-tile-step',
graphid: '08359c2e-53f0-11e9-b212-dca90488358a',
nodegroupid: 'daf936f5-540a-11e9-8a83-dca90488358a',
resourceid: null,
tileid: null,
parenttileid: null,
icon: 'fa-code-fork'
},
{
title: 'Application Details',
description: 'Summary of the Application and Consultation Type',
component: 'views/components/workflows/new-tile-step',
componentname: 'new-tile-step',
graphid: '08359c2e-53f0-11e9-b212-dca90488358a',
nodegroupid: '04723f59-53f2-11e9-b091-dca90488358a',
resourceid: null,
tileid: null,
parenttileid: null,
icon: 'fa-list-alt'
},
// {
// title: 'Assign Name',
// name: 'setname',
// description: 'Assign a name to your application area',
// component: 'views/components/workflows/set-tile-value',
// componentname: 'set-tile-value',
// graphid: '08359c2e-53f0-11e9-b212-dca90488358a',
// nodegroupid: 'e6f0688a-53f1-11e9-93a2-dca90488358a',
// resourceid: null,
// tileid: null,
// parenttileid: null,
// icon: 'fa-tag'
// },
// {
// title: 'Related Application Area',
// description: 'Identify the Development Area for this Consultation',
// component: 'views/components/workflows/new-tile-step',
// componentname: 'new-tile-step',
// graphid: '08359c2e-53f0-11e9-b212-dca90488358a',
// nodegroupid: 'daf936f5-540a-11e9-8a83-dca90488358a',
// resourceid: null,
// tileid: null,
// parenttileid: null,
// icon: 'fa-code-fork'
// },
// {
// title: 'Application Details',
// description: 'Summary of the Application and Consultation Type',
// component: 'views/components/workflows/new-tile-step',
// componentname: 'new-tile-step',
// graphid: '08359c2e-53f0-11e9-b212-dca90488358a',
// nodegroupid: '04723f59-53f2-11e9-b091-dca90488358a',
// resourceid: null,
// tileid: null,
// parenttileid: null,
// icon: 'fa-list-alt'
// },
{
title: 'Reference Numbers',
description: 'Application Reference Numbers',
component: 'views/components/workflows/new-tile-step',
componentname: 'new-tile-step',
component: 'views/components/workflows/new-multi-tile-step',
componentname: 'new-multi-tile-step',
graphid: '08359c2e-53f0-11e9-b212-dca90488358a',
nodegroupid: '3c79d87a-53f2-11e9-a14e-dca90488358a',
// nodegroupid: '3c79d87a-53f2-11e9-a14e-dca90488358a', //reference numbers nodegroup
nodegroupid: '9dc86b0c-6c48-11e9-8cbe-dca90488358a', //address nodegroup
resourceid: null,
tileid: null,
parenttileid: null,
Expand Down

This file was deleted.

0 comments on commit 6179048

Please sign in to comment.