Skip to content

Conversation

@drossi-dg
Copy link
Contributor

Fix tooltips to reports work

Fix tooltips to reports work. Commit 2
const fiscalYear = translatedFY ? translatedFY : Constants.FY;
const cal = calendars.filter( calendar => calendar.id == Utils.getCalendarId(settingsWidget) )[0];
return cal.isFiscal ? fiscalYear + ' ' : '';
return cal['is-fiscal'] ? fiscalYear + ' ' : '';
Copy link
Contributor

Choose a reason for hiding this comment

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

Add this string to the constants file, please.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

Add constant to refer to calendar's property
@jdeanquin-dg jdeanquin-dg merged commit 34a8806 into feature/AMP-30620/migrate-spring-jersey-hibernate Sep 19, 2023
@jdeanquin-dg jdeanquin-dg deleted the issue/AMP-30706/Global-partnership-reports-not-loads branch September 19, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants