You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
When a category has a space in it, it will show up multiple times in each project when they are viewed as a list.
This is due to the category variable name being used as a filter directly in a list widget rather than formatted as a title list in $:/plugins/nico/projectify/ui/dashboard/ProjectListItem
This can be fixed by changing <<category>> to "[<category>]" ... at least for single title in category.
When a category has a space in it, it will show up multiple times in each project when they are viewed as a list.
This is due to the category variable name being used as a filter directly in a list widget rather than formatted as a title list in $:/plugins/nico/projectify/ui/dashboard/ProjectListItem
This can be fixed by changing
<<category>>
to"[<category>]"
... at least for single title in category.$:/plugins/nico/projectify/ui/dashboard/ProjectListItem:
The text was updated successfully, but these errors were encountered: