Doctrine Posted January 30, 2015 Report Posted January 30, 2015 When i add an addon company i got this error: QLSTATE[23000]: Integrity constraint violation: 1048 Column 'staff_group_id' cannot be null on line 124 in .../lib/model.php So the addon company exist then but i cant manage it , so there is nothing switch bar.. to switch between companies. I already bought an addon company I attached the picture (Blesta 3.4.1)
serge Posted January 30, 2015 Report Posted January 30, 2015 Have you an existing staff group in Blesta, if not you could add one, & re-try
Tyson Posted January 30, 2015 Report Posted January 30, 2015 I noticed this as well. Haven't had a chance to debug it yet, but will shortly.
Tyson Posted January 30, 2015 Report Posted January 30, 2015 This bug will be fixed for the next version of Blesta as apart of CORE-1571. If you'd like to apply the fix yourself, then update /app/models/staff_groups.php Find: 'permission' => array() And replace it with: 'permission' => array(), 'session_lock' => $staff_group->session_lock ModulesBakery and Michael 2
Recommended Posts