@@ -44,13 +44,13 @@ public function &run(Router &$router, View &$view, array &$args)
4444
4545 self ::assignDefault ($ model ->form_fields , 'application_layer ' , $ model ->packet ->getApplicationLayerId ());
4646 self ::assignDefault ($ model ->form_fields , 'deprecated ' , $ model ->packet ->isDeprecated ());
47- self ::assignDefault ($ model ->form_fields , 'packet_id ' , $ model ->packet ->getPacketId (true ));
48- self ::assignDefault ($ model ->form_fields , 'name ' , $ model ->packet ->getName ());
4947 self ::assignDefault ($ model ->form_fields , 'format ' , $ model ->packet ->getFormat ());
50- self ::assignDefault ($ model ->form_fields , 'remarks ' , $ model ->packet ->getRemarks (false ));
51- self ::assignDefault ($ model ->form_fields , 'research ' , $ model ->packet ->isInResearch ());
5248 self ::assignDefault ($ model ->form_fields , 'markdown ' , $ model ->packet ->isMarkdown ());
49+ self ::assignDefault ($ model ->form_fields , 'name ' , $ model ->packet ->getName ());
50+ self ::assignDefault ($ model ->form_fields , 'packet_id ' , $ model ->packet ->getPacketId (true ));
5351 self ::assignDefault ($ model ->form_fields , 'published ' , $ model ->packet ->isPublished ());
52+ self ::assignDefault ($ model ->form_fields , 'remarks ' , $ model ->packet ->getRemarks (false ));
53+ self ::assignDefault ($ model ->form_fields , 'research ' , $ model ->packet ->isInResearch ());
5454 self ::assignDefault ($ model ->form_fields , 'transport_layer ' , $ model ->packet ->getTransportLayerId ());
5555
5656 if ($ router ->getRequestMethod () == 'GET ' )
0 commit comments