Skip to content

Commit

Permalink
remove invalid filter on granularity
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Dec 13, 2024
1 parent 7c9ee60 commit a93518e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/views/admin/processes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@
<th>
{{ trans('cruds.process.fields.operations') }}
</th>
@if (auth()->user()->granularity>=3)
<th>
{{ trans('cruds.process.fields.activities') }}
</th>
@endif
<th>
{{ trans('cruds.process.fields.informations') }}
</th>
Expand Down

0 comments on commit a93518e

Please sign in to comment.