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

fix(geo): fix home Extent Button Options #1442

Merged

Conversation

aziz-access
Copy link
Contributor

What is the current behavior? (You can also link to an open issue here)

this behavior related to #1391

What is the new behavior?

fix bug if homeExtentButton config is empty

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications:

Other information:

@aziz-access aziz-access self-assigned this Oct 13, 2023
@aziz-access aziz-access requested a review from alecarn October 13, 2023 13:17
@aziz-access aziz-access added the bug Incorrect or unexpected behaviors // Anomalies de fonctionnement label Oct 13, 2023
@aziz-access aziz-access linked an issue Oct 13, 2023 that may be closed by this pull request
@@ -36,11 +36,11 @@ export class HomeExtentButtonComponent {
this.configService.getConfig('homeExtentButton');

this.homeExtentButtonExtent =
this.extentOverride || homeExtentButtonOptions.homeExtButtonExtent;
this.extentOverride || homeExtentButtonOptions?.homeExtButtonExtent;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Qu'est-ce qu'il se passe lorsqu'on a pas de @input "*Override" et de config? Est-ce que le button fonctionne quand même?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oui fonctionne, just affichage

@alecarn alecarn requested a review from pelord October 13, 2023 14:19
@pelord pelord merged commit c431663 into release/16.0.0 Oct 13, 2023
@pelord pelord deleted the 1391-the-homeextent-button-doesnt-seem-to-work branch October 13, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect or unexpected behaviors // Anomalies de fonctionnement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The HomeExtent button doesn't seem to work
3 participants