jqh 5 years ago
parent
commit
978198186d

+ 1 - 1
resources/assets/dcat/sass/components/_table.scss

@@ -227,7 +227,7 @@ body:not(.dark-mode) {
 
     table.custom-data-table.dataTable tbody td {
       border-top: 1px solid $table-border-color;
-      height: 40px;
+      height: 42px;
     }
 
     table.custom-data-table.dataTable tbody tr {

File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app-blue-dark.css


File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app-blue-light.css


File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app-blue.css


File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app-green.css


File diff suppressed because it is too large
+ 0 - 0
resources/dist/dcat/css/dcat-app.css


+ 1 - 0
src/Form/Field/File.php

@@ -77,6 +77,7 @@ class File extends Field implements UploadFieldInterface
         }
 
         $rules = $attributes = [];
+        $requiredIf = null;
 
         if (! $this->hasRule('required') && ! $requiredIf = $this->getRule('required_if*')) {
             return false;

Some files were not shown because too many files changed in this diff