Commit Graph

18 Commits

Author SHA1 Message Date
Will Rossiter 7bf4d10478
fix: correct argument order for insertBefore 2023-09-06 22:21:41 +12:00
Nic Horstmeier 0371ca995a
BUGFIX getvValueFromOtherStep() can't return proper data
- BUGFIX getValueFromOtherStep() calls protected MultiForm::$session
  - Use the provided `MultiForm::getMultiFormSession()` method to get the proper result.
- BUGFIX getValueFromOtherStep() only fetches subclass steps for the session disallowing access to other class step data
2020-11-11 09:43:28 -06:00
Lauren Hodgson 2574126d1f Add check if current step doesn't exist and no session current step then get the current step 2019-11-29 12:14:46 +13:00
Raissa North 7532724eb7 ENHANCEMENT Update README and add codesniffer rules 2018-01-10 13:55:39 +13:00
Will Rossiter 9861d7cad2 Use filter API for previous steps 2017-10-01 12:50:34 +13:00
Will Rossiter f04a6026e6 FIX: getValidator not being applied to instance 2017-10-01 12:49:22 +13:00
Franco Springveldt 2aa75d758c FIX changed MultiForm namespace 2017-09-12 11:51:17 +12:00
Will Rossiter 68d374208b Use MultiFormStep::Link to generate href 2017-09-12 10:09:24 +12:00
Franco Springveldt 34970c754f FIX regression testing fixes 2017-09-11 15:25:16 +12:00
Franco Springveldt 1331a60fd7 FIX PR review fixes
* removed @package references
* included stubs in the test namespaces
* updated various return types
* updated composr psr4 autoload classes
* doc update
2017-09-08 17:12:17 +12:00
Franco Springveldt 8bd277d9f1 FIX updated wantsTemporary query 2017-09-08 17:11:42 +12:00
Franco Springveldt 8c80714605 FIX replaced class literal with ::class reference 2017-09-08 17:10:48 +12:00
Franco Springveldt bc05f327d3 FIX removed static:: and self:: calls 2017-09-08 17:10:48 +12:00
Franco Springveldt a633f81b96 FIX fixed failing tests 2017-09-08 17:10:48 +12:00
Franco Springveldt 136a914304 Resolved composer config 2017-09-08 17:09:16 +12:00
Franco Springveldt b739e6cc5f Namespace changes and some more linting fixes 2017-09-08 17:04:42 +12:00
Franco Springveldt 43cc780627 FIX ran linter and removed php tags from README 2017-09-08 17:04:42 +12:00
Franco Springveldt b9c4929fd5 FIX renamed code/ to src/ 2017-09-08 17:04:42 +12:00