-
Notifications
You must be signed in to change notification settings - Fork 76
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
Adding a column #29
Comments
Would need to see the config.js and kanban.html.
…On Fri, Jul 21, 2017 at 5:14 PM, iksub ***@***.***> wrote:
Hello,
I have manipulated the files and added another column. It appeared in the
lineup and button +, however it is missing the count and does not display
items which are dropped there.
How can I make this column work to display items like any other column?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABKsCA2K9asmdKKTVliYH_JZfpL107Qxks5sQT7bgaJpZM4OgAfe>
.
|
Attached here. |
Hi iskub, |
Yes, I did that too. In all files. And added the folder. As I said, the column shows but no items which i drop there show.
Sent using iPhone
…On July 28, 2017 at 14:31, andrey wrote:
Hi iskub,
I looked at your archive. You added a new folder "CR".
You must add a task folder with the same name and change the app too.
—
You are receiving this because you authored the thread.
Reply to this email directly,view it on GitHub(#29 (comment)), ormute the thread(https://github.com/notifications/unsubscribe-auth/Ac82xVVoy_dkgOLALy_4Hj6uaFUSph2Oks5sSikFgaJpZM4OgAfe).
|
@iksub |
Here is the app file: |
Hi @iksub, |
That fixed it. Gracias!
What about the custom fields display? Any thoughts on that one?
Sent using iPhone
…On August 2, 2017 at 14:42, andrey wrote:
***@***.***(https://github.com/iksub),
This problem occurs because you invoke the "crTask" in the kanban.html file, but the scope name is "CRTask" in app.js.
So, you can change the name to one kind and it's to solve your problem.
—
You are receiving this because you were mentioned.
Reply to this email directly,view it on GitHub(#29 (comment)), ormute the thread(https://github.com/notifications/unsubscribe-auth/Ac82xYUS_UXSzoDcBCc-x4Dabk4SoYrGks5sUMMdgaJpZM4OgAfe).
|
* Removed spaces in screenshot insertions to repair image formatting * Implemented color categories for tasks in taskboard.css and config.js. Set category names in config.js. * English category names * Color codes from https://apple.stackexchange.com/a/96061 * Integrated color categories into kanban-ie.html. * Coloring the footer of the task object instead of its whole body. * Matched capitalization of default Outlook categories. * Added color support for all predefined colors in Outlook. Automatically loading category colors, it is no longer needed to specify category names in config.js. * For tasks with only one category, color the whole footer background instead of the category name only. For tasks with multiple categories, color the footer background light gray and keep the category names colored. * Optimized getColor() using an array.
Hello,
I have manipulated the files and added another column. It appeared in the lineup and button +, however it is missing the count and does not display items which are dropped there.
How can I make this column work to display items like any other column?
The text was updated successfully, but these errors were encountered: