Commit Graph

9 Commits

Author SHA1 Message Date
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
Will Rossiter
9861d7cad2 Use filter API for previous steps 2017-10-01 12:50:34 +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
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
b739e6cc5f Namespace changes and some more linting fixes 2017-09-08 17:04:42 +12:00