Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Conversation

@narendra-drupal
Copy link
Contributor

Used https://www.drupal.org/project/project_browser/issues/3450629 to add mini browser as install step.

Comment on lines 9 to 10
- _permission: 'administer modules'
+ _access: 'TRUE'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was done, as admin user is not created till this step.

Comment on lines +106 to +111
- const url = Drupal.url(
- `drupal-org-proxy/project?${searchParams.toString()}`,
- );
+ const url = `${window.location.protocol}//${
+ window.location.host
+ }/drupal-org-proxy/project?${searchParams.toString()}`;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was done to avoid appending url to /core/install.php.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant