Skip to content

error traversing menu in ext-gen app (universalmodern template, phone profile ) #299

@ltaylorsbl

Description

@ltaylorsbl

There is a bug in the universalmodern template. If you load the phone profile and follow the steps outlined below then this error will throw:
{
"msg": "Duplicate name: "english" on ext-viewport between ext-textfield-1 and ext-textfield-7",
"sourceMethod": "attachNameRef",
"sourceClass": "Ext.mixin.Container"
}

Steps to reproduce:

  1. npm start -- make sure to load the phone profile
  2. open menu, click Profile
  3. open menu, click Personnel
  4. open menu, click Profile --- error throws

I've done some testing and I think it's a problem with how the form is loaded - the framework is trying to create the same thing twice and running into conflicts that way. I haven't fixed it in my generated app yet, so I don't have a solution, but I figured I should report it so it can also be fixed in the template.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions