D8: Pre-flight import/migration test status?
As a site admin, will there be an option to do a pre-flight test, ie. run import/migration without committing, and have the module tell us what works, and what doesn't, before migrating proper?If not,...
View ArticleFatal error: Call to a member function getEntityTypeId() on null
Problem/MotivationAfter I ran a D7->D8 migration my destination site is now broken. Everytime I click on admin/content I get an errorFatal error: Call to a member function getEntityTypeId() on null...
View Articlewhen specifying text format you must specify value
When migrating data into drupal into a field with a text format, if you specify it like this:'field_recipe_nutritional_info': basic_nutrition and follow up the text format like...
View ArticleInterface error when visiting /admin/content
Hello Views crew. I just did an upgrade from D6 to D8 using drupal update module.After doing the update I used the UI to delete all the content types the client doesn't require anymore.When I go to...
View ArticleD6 import doesn't work for menus items that don't have customized=1
I tried enabling menu to import a site from d6, and 3 out of 6 of my menu elements were imported. I ranupdate menu_links set customized=1 where menu_name="menu-ASDF"; on the database prior to...
View ArticleInvalidArgumentException: Placeholders must have a trailing [] if they are to...
I'm migrating recipes from an api into Drupal 8. I have a field "field_recipe_ingredients" Text(formatted) Allowed number of values: unlimitedIn the process plugins when I have the following...
View ArticleMigration of image fields don't depend on the d6_file migration
If you are migrating filefield or imagefield fields from drupal 6 to drupal 8, the migration doesn't require that the d6_file migration is completed in advance. The impact of this is that file...
View ArticleFilter group "or" wrong query
Hey,I created a new view with the following filters:Those filters create the following query:SELECT node_field_data.nid AS nid, node_field_data.langcode AS node_field_data_langcode FROM...
View ArticlePager breaks exposed filter on taxonomy reference field
A view with a pager and an exposed filter for a field that is a taxonomy term causes issues after clicking on a link in the pager to go to another page. When visiting the second or other pages the...
View ArticleAuto generate an admin view per content type?
I constantly find myself creating admin views for content types and their fields. Could the module generate an admin view per content type exposing all the fields as filters as well as columns in a table?
View Articlepossibility to have a view of vocabularies?
I was wondering if it is possible to have a view of vocabularies. And in particular one which uses the fields on a vocabulary, normally vocabularies do not have fields, but using Entity API or...
View ArticleStep 2: Create a JavaScriptTestBase using PhantomJs Driver/Binary
Problem/MotivationOver in #2232861: Create BrowserTestBase for web-testing on top of Mink we got step one in, BrowserTestBase. Now on with step 2 - adding a JavaScript driver.Proposed resolution* Use a...
View ArticleMake it possible to link to an entity by UUID
Problem/MotivationIt would be great to provide URLs with UUIDs in their so you can link to them.For poormans menu staging you could use menu_link_config and store refs to UUIDs, like...
View Articletaxonomy.settings.yml is not part of configuration export
Problem/MotivationCurrently, it is impossible to export taxonomy.settings.yml. When for some reason, taxonomy.settings.yml is not part of the configuration export, it is no longer possible to add it.I...
View ArticleAllow themes to declare dependencies on modules
Problem/MotivationParsing .info files for dependency information is already implemented on the modules administration page. Adding support for the same dependencies in theme.info files, and...
View Articleview title
After creating a page view for my photo gallery. The page title is not displayed in the tab in the browser. I have had a look at the page title module but unfortunatly this is not available in drupal...
View ArticleFantastic menu migrations and Where to Find Them
Problem/MotivationIt became absolutely impossible to find certain migrations in core since they have been scattered. d7_menu_links? That's under menu_link_content.menu_settings? That's under...
View ArticleMigrate form should be linked from the UI somewhere
Problem/MotivationIn #2281691-148: User interface for migration-based upgrades I noted:+++ b/core/modules/migrate_drupal_ui/migrate_drupal_ui.install @@ -0,0 +1,16 @@ +function...
View ArticleMenu link content entities that point to nodes are not deployable
Problem/MotivationMenu link content entities when normalized contain references to node serial IDs (nid) and not UUIDs, this means they cannot be deployed. Snippet:... ],"link": [ {"uri":...
View ArticleOptionsProviderInterface::class is causing a fatal error
When upgrading my site from 8.0.6 to 8.1.0 I got a very strange fatal error:Notice: Undefined index: field_storage_config in core/modules/field_ui/field_ui.module on line 80 Fatal error: Call to a...
View Article