Closed otiteca closed 12 years ago
Hi @otiteca, Have you got a recent update of the module as these are fixed (https://github.com/silverstripe/silverstripe-mobile/blob/master/code/MobileSiteConfigExtension.php). Please raise issues you've fixed via pull requests, that way you can save duplication of work! See our guide (http://doc.silverstripe.org/framework/en/trunk/misc/collaboration-on-git) for more information on how to contribute code fixes.
Hi,
I did not look at the trunk, just downloaded and installed the stable version available on silverstripe.org, and i did that yesterday. Facing with those few issues, i fixed them and posted the fix.
On 18/07/2012 07:45, Will Rossiter wrote:
Hi @otiteca, Have you got a recent update of the module as these are fixed (https://github.com/silverstripe/silverstripe-mobile/blob/master/code/MobileSiteConfigExtension.php). Please raise issues you've fixed via pull requests, that way you can save duplication of work! See our guide (http://doc.silverstripe.org/framework/en/trunk/misc/collaboration-on-git) for more information on how to contribute code fixes.
Reply to this email directly or view it on GitHub: https://github.com/silverstripe/silverstripe-mobile/issues/26#issuecomment-7057345
I did update the class for it to build without errors with /dev/build
Modification:
1) class MobileSiteConfigExtension extends DataExtension 2) public function extraStatics($class = null, $extension = null) 3) public function updateCMSFields(FieldList $fields)
You should push it to the repo.
Olivier