Releases: zgldh/scaffold
Releases · zgldh/scaffold
v1.7.8
Compare
Sorry, something went wrong.
No results found
zgldh
released this
20 Nov 05:01
Updated the phpoffice/phpspreadsheet from 1.4.0 to 1.8.2
v1.7.7
Compare
Sorry, something went wrong.
No results found
zgldh
released this
10 Oct 16:00
Fixed the permission:auto-refresh duplicate records issue.
Manually tune-up for old users:
Go to Modules/User/Commands/UpdatePermissions.php down to bottom. The method processConnection.
Change to
private function processConnection($connection)
{
$permissionQuery = (new Permission())->setConnection($connection);
foreach ($this->permissions as $permissionData) {
if (!$permissionQuery->where([
'name' => $permissionData['name'],
'guard_name' => $permissionData['guard_name']
])->first()) {
$permission = $permissionQuery->firstOrCreate($permissionData);
}
}
}
v1.7.6
Compare
Sorry, something went wrong.
No results found
zgldh
released this
06 Mar 06:42
Fixed Requests template to use Dingo\Api\Http\FormRequest;
v1.7.5
Compare
Sorry, something went wrong.
No results found
zgldh
released this
01 Nov 11:23
Fixed frontend Editor template with parameter
v1.7.4
Compare
Sorry, something went wrong.
No results found
zgldh
released this
01 Nov 11:01
Fix frontend List relationship column display
Fix upload field definition
v1.7.3
Compare
Sorry, something went wrong.
No results found
zgldh
released this
01 Nov 10:15
Fixed the image uploader single file issue
v1.7.2
Compare
Sorry, something went wrong.
No results found
zgldh
released this
01 Nov 10:05
Fixed the frontend Editor template _with parameter issue
v1.7
Compare
Sorry, something went wrong.
No results found
zgldh
released this
01 Nov 11:01
Fix frontend List relationship column display
v1.7.1
Compare
Sorry, something went wrong.
No results found
zgldh
released this
16 Oct 13:06
v1.7.0
Compare
Sorry, something went wrong.
No results found
zgldh
released this
25 Sep 09:42
Fixed: The front-end creating page to redirect a proper updating page when creating successful.
Added: Observer generator for scaffold:addModel command