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
Hey Guys, really really thanks for this BEAUTIFUL application, is extremly useful! So, i have a little request for my personal use. I am not a developer but i see the codes and sometimes i can understand something :)
I have add a field, in CardSideBarDetails.vue because i need another labels field (i need the same labels, not one different database).
In this new field, i must seen only the last labels added in board (example: labels.id >80).
I cannot understand the right synthax for this trouble, i think isn't hard but i cannot understand.
Describe the solution you'd like
Nothing new but i have copied another section wrapper under 'Tags':
User defined fields are not yet supported by the Deck app (see #1833).
I strongly recommend you to not patch the code of the Deck app this way, especially due to the fact that you are not a developer. You will need to patch your adjustments after each and every release of the Deck app again, manually, carefully.
Also you might see some changes on the user interface, you are missing the complete storage infrastructure for the new field - database, API and everything between. This won't work, even if you can see something in your browser, it is way more complex.
The GitHub issues are not used for providing customizing support but for bug reports and feature requests. For questions i recommend you to ask in the Deck category of the Nextcloud help forum (but to be honest there is not that much developer activity) or even better: ask for a freelancer to implement #1833 so everyone benefits 😉 🚀. If you are paying for a Nextcloud enterprise subscription, i believe you have better chances to get support and features implemented directly by the Nextcloud core developer team (which i do not belong to by the way).
Hey Guys, really really thanks for this BEAUTIFUL application, is extremly useful! So, i have a little request for my personal use. I am not a developer but i see the codes and sometimes i can understand something :)
I have add a field, in
CardSideBarDetails.vue
because i need another labels field (i need the same labels, not one different database).In this new field, i must seen only the last labels added in board (example: labels.id >80).
I cannot understand the right synthax for this trouble, i think isn't hard but i cannot understand.
Describe the solution you'd like
Nothing new but i have copied another section wrapper under 'Tags':
If someone can help me i am very gratefully, thanks again for this plugin!
The text was updated successfully, but these errors were encountered: