File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ export default class extends Generator {
4646 : this . options . modulename ) ;
4747
4848 // handle TypedView (JS) specialities in manifest.json
49+ this . options . oneTimeConfig . routingViewName = `${ this . options . oneTimeConfig . appId } .view.${ this . options . oneTimeConfig . viewname } ` ;
4950 if ( this . options . oneTimeConfig . viewtype === "JS" ) {
5051 this . options . oneTimeConfig . routingViewName = `module:${ this . options . oneTimeConfig . appId . replace ( / \. / g, "/" ) } /view/${ this . options . oneTimeConfig . viewname } .view` ;
5152 }
@@ -143,6 +144,7 @@ export default class extends Generator {
143144 ( answers . modulename === "uimodule" ? this . options . oneTimeConfig . projectname : answers . modulename ) ;
144145
145146 // handle TypedView (JS) specialities in manifest.json
147+ this . options . oneTimeConfig . routingViewName = `${ this . options . oneTimeConfig . appId } .view.${ this . options . oneTimeConfig . viewname } ` ;
146148 if ( this . options . oneTimeConfig . viewtype === "JS" ) {
147149 this . options . oneTimeConfig . routingViewName = `module:${ this . options . oneTimeConfig . appId . replace ( / \. / g, "/" ) } /view/${ this . options . oneTimeConfig . viewname } .view` ;
148150 }
@@ -504,6 +506,7 @@ export default class extends Generator {
504506 oSubGen . cwd = this . destinationRoot ( ) ;
505507
506508 // handle TypedView (JS) specialities in manifest.json
509+ this . options . oneTimeConfig . routingViewName = `${ this . options . oneTimeConfig . appId } .view.${ this . options . oneTimeConfig . viewname } ` ;
507510 if ( this . options . oneTimeConfig . viewtype === "JS" ) {
508511 this . options . oneTimeConfig . routingViewName = `module:${ this . options . oneTimeConfig . appId . replace ( / \. / g, "/" ) } /view/${ this . options . oneTimeConfig . viewname } .view` ;
509512 }
You can’t perform that action at this time.
0 commit comments