You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing Islandora Defaults it creates a migration called "Tags migration for islandora_defaults feature" but it doesn't seem to execute this migration automatically. It works fine when I execute it manually, but until you do that the OpenSeadragon and PDFjs contexts do not work (and give an error when you try to edit them) and you are unable to use the OpenSeadragon and PDFjs viewers because of this.
You should be able to reproduce this by running "make local" with isle-dc and then installing Islandora Defaults. Here are my required modules in composer.json for reference:
"require": {
"composer/installers": "^1.9",
"drupal/core-composer-scaffold": "^9.2",
"drupal/core-project-message": "^9.2",
"drupal/core-recommended": "^9.2",
"drupal/search_api_solr": "^4",
"drush/drush": "^10.3",
"islandora/carapace": "dev-8.x-3.x",
"islandora/islandora": "dev-8.x-1.x",
"islandora/islandora_defaults": "dev-8.x-1.x"
},
The text was updated successfully, but these errors were encountered:
Closing this issue as we have replaced Islandora Defaults with the Islandora Starter Site.
With the Starter Site, the migrations (including the Tags migration) are run by all of our provisioners, and running the migrations is listed as well in the manual install instructions under # 6: Usage
When installing Islandora Defaults it creates a migration called "Tags migration for islandora_defaults feature" but it doesn't seem to execute this migration automatically. It works fine when I execute it manually, but until you do that the OpenSeadragon and PDFjs contexts do not work (and give an error when you try to edit them) and you are unable to use the OpenSeadragon and PDFjs viewers because of this.
You should be able to reproduce this by running "make local" with isle-dc and then installing Islandora Defaults. Here are my required modules in composer.json for reference:
"require": {
"composer/installers": "^1.9",
"drupal/core-composer-scaffold": "^9.2",
"drupal/core-project-message": "^9.2",
"drupal/core-recommended": "^9.2",
"drupal/search_api_solr": "^4",
"drush/drush": "^10.3",
"islandora/carapace": "dev-8.x-3.x",
"islandora/islandora": "dev-8.x-1.x",
"islandora/islandora_defaults": "dev-8.x-1.x"
},
The text was updated successfully, but these errors were encountered: