Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Updated Run Method to add NameSpace Array #23

Merged
merged 8 commits into from
Nov 14, 2018

Conversation

ssnukala
Copy link
Contributor

Also updated the tests

ssnukala and others added 7 commits December 5, 2015 00:14
Updated __construct to accept 2nd parameter that qualifies the first param as either as a File or JSON. The 2nd parameter defaults to "file" so existing functionality should not break.
Updated 
    public function setTranslationTable($input,$inputtype='file'){
and
    public function setDefaultTable($input,$inputtype='file'){

To receive a 2nd parameter as that qualifies the first one to be either a File or an array. 

Default is file so this will not break existing functionality.
Removed the 2nd param for input type and added addTranslationTable and addDefaultTable methods with exception handling
Fixed issue with __constructor and added addSchema function. Still testing this.
Added an additional parameter to the rules method to add array prefix for all field names. So the validadtion rules match the field names in the form.
@lcharette
Copy link
Member

Also, we'll need to update the Readme and Changelog ;)

Text editor also formatted the text a little, so it shows changes but nothing else was changed.
@lcharette lcharette merged commit f47af76 into userfrosting:master Nov 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants