Clicking on contact birthday doesn’t open the day in calendar.
Instead it opens the calendar with “Could not load page”.
The contact birthday is registered in the birthdays calendar.
PRECONDITIONS:
Contact has birthday filled.
Birthday is properly registered in calendar.
STEPS TO REPRODUCE:
Open a contact with birthday filled
Click on the calendar icon in contact details (next to the birthday )
EXPECTED RESULTS:
Calendar opens with birthday page loaded
ACTUAL RESULTS:
Calendar opens with “Could not load page”
MODIFICATIONS:
Patchmanager: no
OpenRepos: yes
Chum: yes
Other: none specified
ADDITIONAL INFORMATION:
Device Owner User: defaultuser
Home Encryption: enabled
the initial version of this bug report was created using Bugger 0.9.9+git1
You can change line 40 in dbusinvoker.qml of jolla-calendar to:
pageStack.push("pages/AgendaPage.qml…
(from pages/DayPage) and it works opening the agenda of that day, but DayPage.qml is also mentioned in that agendapage so maybe actual daypage.qml did go missing, weird