The BlankBlock needs a DataComponent before any parameter Entry can be added. Would you like to do this on the model side, or should I add some UI code to create a DataComponent when none exists for the selected tree node in the viewer?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For the record, this type of thing should always be done in the Item, not
the UI.
Jay
On Sep 22, 2014 7:48 PM, "Anna Wojtowicz" awoj@users.sf.net wrote:
status: open --> closed
Comment:
Wasn't related after all. Turns out I created a DataComponent in
MOOSEModel.addBlankChildExemplar(...) but never visited it to add it to
the list of the tree's dataNodes. Fixed it and closing this.
Status: closed Milestone: 2.0 Created: Mon Sep 22, 2014 09:09 PM UTC by Anna Wojtowicz Last Updated: Mon Sep 22, 2014 09:15 PM UTC Owner: Jordan Deyton
Currently, we cannot add any parameters to BlankBlocks.
Wasn't related after all. Turns out I created a DataComponent in MOOSEModel.addBlankChildExemplar(...) but never visited it to add it to the list of the tree's dataNodes. Fixed it and closing this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The
BlankBlockneeds aDataComponentbefore any parameterEntrycan be added. Would you like to do this on the model side, or should I add some UI code to create aDataComponentwhen none exists for the selected tree node in the viewer?Weird, I thought I did add a DataComponent to BlankBlocks, but it's getting erased somewhere. This is probably [moosebugs:#10].
Related
MOOSE Bugs:
#10For the record, this type of thing should always be done in the Item, not
the UI.
Jay
On Sep 22, 2014 7:48 PM, "Anna Wojtowicz" awoj@users.sf.net wrote:
Related
MOOSE Bugs:
#12Wasn't related after all. Turns out I created a DataComponent in
MOOSEModel.addBlankChildExemplar(...)but never visited it to add it to the list of the tree'sdataNodes. Fixed it and closing this.