update
parent
3ca9bb457e
commit
f33a579bd1
|
|
@ -120,7 +120,7 @@ class DatasetController extends Controller
|
||||||
$action = '';
|
$action = '';
|
||||||
|
|
||||||
if(access('is_read', $this->route.'.*','module',false)){
|
if(access('is_read', $this->route.'.*','module',false)){
|
||||||
$action .= '<div class="flex flex-col gap-1 justify-center text-center items-center">';
|
$action .= '<div class="flex gap-1 justify-center items-center flex-row">';
|
||||||
|
|
||||||
if((access('is_update', $this->route.'.*','module',false))){
|
if((access('is_update', $this->route.'.*','module',false))){
|
||||||
if(($row->created_by == auth()->user()->id) && ($row->status == 2)){
|
if(($row->created_by == auth()->user()->id) && ($row->status == 2)){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue