@@ -44,13 +44,13 @@ public function &run(Router &$router, View &$view, array &$args)
44
44
45
45
self ::assignDefault ($ model ->form_fields , 'application_layer ' , $ model ->packet ->getApplicationLayerId ());
46
46
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 ());
49
47
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 ());
52
48
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 ));
53
51
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 ());
54
54
self ::assignDefault ($ model ->form_fields , 'transport_layer ' , $ model ->packet ->getTransportLayerId ());
55
55
56
56
if ($ router ->getRequestMethod () == 'GET ' )
0 commit comments