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

SohoMonthview: Won't reflect date changes outside a component once monthviewOptions are used #1659

Closed
lskonieczka opened this issue Mar 22, 2024 · 0 comments · Fixed by infor-design/enterprise#8704 or #1695
Assignees
Labels
team: WFM For WFM Issues type: bug 🐛 [2] Velocity rating (Fibonacci)

Comments

@lskonieczka
Copy link

lskonieczka commented Mar 22, 2024

Describe the bug
Changing date/month/year/activeDate options using monthviewOptions won't change selected date in the component. It seems to be working when changing directly through day/month/year inputs but only if monthviewOptions are not used at all.

Another issue is that activeDate option seems to have incorrect data type. It is number | undefined while jQuery seems to expect full date, but it also seems that only day is used after all. Documentation is completely not clear on this.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://stackblitz.com/edit/ids-quick-start-1759-8x3o6l?file=src%2Fapp%2Fapp.component.ts
  2. Click "Add 1 day" button to modify selected date by 1 day.
  3. Observe that component is not updated, still showing the same date selected.

Expected behavior
Changes in date/month/year/activeDate options should be reflected in component

Version

  • ids-enterprise-ng: 17.4.5

Screenshots
N/A

Platform

  • Device (if applicable): PC
  • OS Version: Win 11
  • Browser Name: Chrome
  • Browser Version: latest

Additional context
#1565

Team: WFM

@tmcconechy tmcconechy added type: bug 🐛 [2] Velocity rating (Fibonacci) labels Mar 26, 2024
@tmcconechy tmcconechy changed the title soho-monthview won't reflect date changes outside a component once monthviewOptions are used SohoMonthview: Won't reflect date changes outside a component once monthviewOptions are used Mar 26, 2024
@AAlviar AAlviar added the team: WFM For WFM Issues label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: WFM For WFM Issues type: bug 🐛 [2] Velocity rating (Fibonacci)
Projects
Status: Ready for Dev Pr Review
4 participants