On the top of https://src.fedoraproject.org/user/scfc and other pages, the "user line" has a broken icon:
The graphic's source URL is (in this case) https://apps.fedoraproject.org/calendar/api/scfc/shield/vacation?connector=on&always=0, which gives a 404.
It's actually more likely a fedocal bug, always=0 should not raise a 404 in this situation.
always=0
From fedocal api doc:
``always`` Booleans to specify whether to return an image if no meeting is found for the specified user on the specified calendar.
Won't be better just changing always to 1 on our srcfpo theme template for vacation icon?
always
Or do we want to show the vacation icon only when the user is on vacation?
Metadata Update from @jlanda: - Issue assigned to jlanda
Metadata Update from @jlanda: - Issue set to the milestone: 5.7 - Issue tagged with: JS, easyfix
Fixed on src.fp.o now that 5.7.4 has been deployed
Metadata Update from @jlanda: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)