• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

BUG in Sencha Architect !!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • BUG in Sencha Architect !!

    Hi...
    i'm running the latest (?) version of sencha Architect,

    version:3.2.0.239
    channel:3.2-stable
    platform:1.4.1.960
    cmd:5.1.1.39
    framework:Ext JS 5.0.x

    I've created an app and on wanted to cleanup some stores and models..

    i've deleted these with from within S.A (right click delete).. and since then my app fails to launch..

    looking into the app.js with a normal editor, i noticed that my deletes were replaces by 'null' instead of being removed...

    when removing these lines manually from the source, my app runs again... but source sync with Sencha Architect is gone !!

    to me this is obviously a bug... !!

    how to deal with this ?


    Code:
    Ext.application({
        models: [
            'Paswerker',
            'MoPaswerk',
            'OpPaswerkMo',
            null,
            'ProcessBy',
            'cmbPaswerkType',
            'ProcessByMod',
            'Process'
        ],
        stores: [
            'Paswerkers',
            'MoPasWerks',
            null,
            'ProcessedBy',
            'cmbPaswerktype',
            'cmbPaswerkPrc',
            'OpPaswerkMo',
            null,
            null,
            'Processes'
        ],
        views: [

  • #2
    You can fix the references at the Application level within Sencha Architect. See the attached screen shot.

    2015-07-28_1808.jpg

    Comment


    • #3
      Hi Richard..

      thx for the tip.. it works ..

      i've also reported this bug to the sencha team... apparently this is a bug that they are struggling with since S.A 2.x but have problems to reproduce it...

      Comment

      Working...
      X