Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary dependency on islandora_defaults #10

Closed
ajstanley opened this issue Oct 25, 2022 · 2 comments
Closed

Unnecessary dependency on islandora_defaults #10

ajstanley opened this issue Oct 25, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@ajstanley
Copy link
Contributor

What steps does it take to reproduce the issue?

  • Run drush en islandora_mirador after running composer require islandora/islandora_mirador on a fresh build (Playbook, in my case)

  • What happens?

In UnmetDependenciesException.php line 100:
                                                                                                                                                                                     
  Configuration objects provided by <em class="placeholder">islandora_mirador</em> have unmet dependencies: <em class="placeholder">core.entity_view_display.node.islandora_object.  
  mirador (islandora_defaults)</em>     

Deleting the offending lines allows the module to install, and it all seems to work as it's meant to.

Which version of Islandora are you using?

Islandora 2.4.5

Any related open or closed issues to this bug report?

Screenshots:

@ajstanley ajstanley added the bug Something isn't working label Oct 25, 2022
@alxp
Copy link
Contributor

alxp commented Oct 26, 2022

There's an open PR for this, just moving the configs to optional: #9

@alxp
Copy link
Contributor

alxp commented Oct 26, 2022

Resolved with PR

@alxp alxp closed this as completed Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants