Laravel CRUD And CMS

Built Backend Administrator for real Internet / Intranet web application Easier , Faster , Proffessional

Showing posts with label Patch Issue. Show all posts
Showing posts with label Patch Issue. Show all posts

Patch version LCRUD 2.0

Bellow is list minor issue on version 2.0 .

If you want to fix it , follow this intruction :

1. Set default group for new user registrant ( March , 29 2014 )
  file location :
 protected/app/controllers/UserController.php
 change line 37:
$authen->active = '0';
/* set new users as group 3 */
$authen->group_id = '3';
/* end add code */
$authen->save();


2. JS issue on Chrome ( March , 30 2014 )
File location :
sximo/js/sximo.js
replace with new js file
sximo.js

2. Menu issue ( April, 01 2014 )
File location :
protected/app/controllers/MenuController.php
replace with new file
MenuController.php
File location :
protected/app/library/SiteHelpers.php
replace with new file
SiteHelpers.php

ALL patch will be integrated on next release updates

Thank you !