Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

[16:05:49 CDT(-0500)] <dmccallum54> https://gist.github.com/dmccallum/6371285

[16:09:44 CDT(-0500)] <dmccallum54> yeah, it's definitely a fake reconfigure event being fired by FormRendererUtils#reconfigureGridPanel()

[16:09:58 CDT(-0500)] <dmccallum54> seeing what happens if i just add all the expected args to the event

[16:11:28 CDT(-0500)] <dmccallum54> actually… that might not matter...

[16:12:30 CDT(-0500)] <TonyUnicon> ?

[16:12:31 CDT(-0500)] <dmccallum54> the SO is getting the columns from the actual grid, not the event

[17:26:52 CDT(-0500)] <dmccallum54> alright

[17:27:25 CDT(-0500)] <dmccallum54> if i leave out all the crap around trying to reset the roweditor and just go and remove the color picker from AdminTreeMenus.js the whole problem goes away

[17:28:21 CDT(-0500)] <dmccallum54> so presumably that's where the problem lies

[17:28:42 CDT(-0500)] <dmccallum54> aaaaall the other reference data UIs that i try work just fine

[17:30:37 CDT(-0500)] <dmccallum54> wonder if it's b/c it's got a TriggerField instance configured up as the "editor", rather than a specification (xtype) for a TriggerField

[17:45:15 CDT(-0500)] <dmccallum54> yep. looks like that did it

[17:45:22 CDT(-0500)] <dmccallum54> sheesh

[17:45:33 CDT(-0500)] <dmccallum54> looks like there might still be some other problem with electives tho