Bug #80

Function SubSystem editor is not possible

Added by Txinto Vaz almost 10 years ago. Updated almost 10 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
Target version:
Start date:
06/27/2014
Due date:
% Done:

40%

Estimated time:
0.50 h
Spent time:

Description

The form is not working, as there is no selector for SubSystem.

History

#1 Updated by Txinto Vaz almost 10 years ago

  • Estimated time set to 0.50 h

#2 Updated by Txinto Vaz almost 10 years ago

  • Status changed from New to In Progress

We have this auto-code for the form:

<def tag="form" for="FunctionSubSystem">
  <form merge param="default">
    <error-messages param/>
    <field-list fields="name, implementacion, position, function, sub_system" param/>
    <div param="actions">
      <submit label="#{ht 'function_sub_system.actions.save', :default=>['Save']}" param/><or-cancel param="cancel"/>
    </div>
  </form>
</def>

But we override it with the name-one in the sub_system view:

<extend tag="form" for="FunctionSubSystem">
  <old-form merge param="default">
    <field-list:>
      <function-view:>
        <name-one/>
      </function-view:>
    </field-list:>
  </old-form>
</extend>

<extend tag="form" for="FunctionSubSystem">
  <old-form merge param="default">
    <field-list: fields="name, function, sub_system, implementacion"/>
  </old-form>
</extend>

#3 Updated by Txinto Vaz almost 10 years ago

  • % Done changed from 0 to 40

We have changed form so as to have it solved, but the subsystem field does not appear.
We think it is ok for now, this issue will be frozen until we discover what happen.

#4 Updated by Txinto Vaz almost 10 years ago

  • Status changed from In Progress to Feedback

#5 Updated by Txinto Vaz almost 10 years ago

#6 Updated by Txinto Vaz almost 10 years ago

Also available in: Atom PDF