Skip to content
Snippets Groups Projects

Put each entity type table into a details element on admin/config/regional/content-language

5 files
+ 3
32
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 4122e26f
    Revert "Issue #3022910 by quietone, juampynr, chandrashekhar_srijan,... · 4122e26f
    catch authored
    Revert "Issue #3022910 by quietone, juampynr, chandrashekhar_srijan, alisonjo315, heddn, benjifisher: Prevent migrated files from having an incorrect value at file_managed.filename"
    
    This reverts commit 286129f8.
@@ -19,14 +19,7 @@ process:
@@ -19,14 +19,7 @@ process:
# If you are using this file to build a custom migration consider removing
# If you are using this file to build a custom migration consider removing
# the fid field to allow incremental migrations.
# the fid field to allow incremental migrations.
fid: fid
fid: fid
# File entity module uses file_managed.filename as the entity title, while
filename: filename
# Drupal 8 expects this to be an actual file name. Therefore, extract the
# filename from the uri field. Otherwise, the file will migrate but form
# validation won't pass when editing it.
filename:
plugin: callback
callable: basename
source: uri
source_full_path:
source_full_path:
-
-
plugin: concat
plugin: concat
Loading