evrenvarol / outlook-taskboard

Kanban Board for Microsoft Outlook Tasks
MIT License
205 stars 76 forks source link

Adding a column #29

Open iksub opened 7 years ago

iksub commented 7 years ago

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?

BillyMcSkintos commented 7 years ago

Would need to see the config.js and kanban.html.

On Fri, Jul 21, 2017 at 5:14 PM, iksub notifications@github.com 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 https://github.com/evrenvarol/outlook-taskboard/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKsCA2K9asmdKKTVliYH_JZfpL107Qxks5sQT7bgaJpZM4OgAfe .

iksub commented 7 years ago

kanban - Copy.zip

Attached here. Please note: I am not a developer, I am just going by association. Also, please note that I was able to get to the custom properties but in a weird way. I need both lines for custom properties, for one of them to show. Right now it shows only substatus. Maybe you can look into that as well? Much appreciated!

vaz399 commented 7 years ago

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.js too.

iksub commented 7 years ago

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(https://github.com/evrenvarol/outlook-taskboard/issues/29#issuecomment-318729778), ormute the thread(https://github.com/notifications/unsubscribe-auth/Ac82xVVoy_dkgOLALy_4Hj6uaFUSph2Oks5sSikFgaJpZM4OgAfe).

vaz399 commented 7 years ago

@iksub Show me the app.js That's what I got kanban

iksub commented 7 years ago

Here is the app file: app.zip

vaz399 commented 7 years ago

Hi @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.

iksub commented 7 years ago

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:

Hi@iksub(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(https://github.com/evrenvarol/outlook-taskboard/issues/29#issuecomment-319761708), ormute the thread(https://github.com/notifications/unsubscribe-auth/Ac82xYUS_UXSzoDcBCc-x4Dabk4SoYrGks5sUMMdgaJpZM4OgAfe).