Skip to content

Commit 1684a94

Browse files
authored
Merge pull request #971 from ousamabenyounes/master
[Insight] Files should not be executable & Files should be encoded in UTF-8
2 parents 5fe7470 + f9d33a5 commit 1684a94

31 files changed

Lines changed: 26 additions & 26 deletions

DependencyInjection/Compiler/GridPass.php

100755100644
File mode changed.

Grid/AbstractType.php

100755100644
File mode changed.

Grid/Column/BooleanColumn.php

100755100644
File mode changed.

Grid/Column/Column.php

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public function isVisible($isExported = false)
294294
{
295295
$visible = $isExported && $this->export !== null ? $this->export : $this->visible;
296296

297-
if ($visible && $this->authorizationChecker !== null && $this->getRole() != null) {
297+
if ($visible && $this->authorizationChecker !== null && $this->getRole() !== null) {
298298
return $this->authorizationChecker->isGranted($this->getRole());
299299
}
300300

Grid/Exception/ColumnAlreadyExistsException.php

100755100644
File mode changed.

Grid/Exception/ColumnNotFoundException.php

100755100644
File mode changed.

Grid/Exception/InvalidArgumentException.php

100755100644
File mode changed.

Grid/Exception/TypeAlreadyExistsException.php

100755100644
File mode changed.

Grid/Exception/TypeNotFoundException.php

100755100644
File mode changed.

Grid/Exception/UnexpectedTypeException.php

100755100644
File mode changed.

0 commit comments

Comments
 (0)