BomAle Posted April 15, 2017 Share Posted April 15, 2017 The code here could be improved call buildEditForm instead of: $form = new \IPS\Helpers\Form( 'form', isset( \IPS\Member::loggedIn()->language()->words[ $recordClass::$formLangPrefix . '_save' ] ) ? $recordClass::$formLangPrefix . '_save' : 'save' ); $form->class = 'ipsForm_vertical'; foreach( $formElements as $name => $field ) { $form->add( $field ); } this permise developers to add for example new tab @Matt some details into mp (remove $collection) Link to comment Share on other sites More sharing options...
BomAle Posted May 9, 2017 Author Share Posted May 9, 2017 is this solved for 4.2 @bfarber thanks ? Link to comment Share on other sites More sharing options...
bfarber Posted May 9, 2017 Share Posted May 9, 2017 This has not changed for 4.2 at this time Link to comment Share on other sites More sharing options...
BomAle Posted July 18, 2017 Author Share Posted July 18, 2017 You fix it for 4.3? @bfarber Link to comment Share on other sites More sharing options...
bfarber Posted July 18, 2017 Share Posted July 18, 2017 Right now we are focused on 4.2 for the most part I can't say whether this will change in 4.3 yet or not. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.