I'd like to add a new categorization for my tasks, called "Context" (with options such as home, phone, computer, etc). I'd like for it to be displayed as an additional column on the main tasks page table.

I initially did this as a taxonomy vocabulary, but I had to recreate the /storm/storm/tasks page using Views. Using that method, I end up losing some of the filtering and table theming that STORM provides.

I'd like to instead add the new category via STORMS attributes. I tried adding the new category terms as part of a new domain. I'm not sure what I should specify in the parent domain field and regardless of what I tried, the new attributes didn't show up as an option for me to specify when adding a new task or in the tasks page table.

Do I need to develop a custom module to add this new category?

Comments

Magnity’s picture

You'd have to duplicate some of the code within Storm to get an additional filter to show up - so yes, it might be easier to create a custom module that utilises some of the hook_xxx_alter functions to add these in.

Magnity’s picture

Status: Active » Fixed

Please reopen if you need any more help.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

gajanannehul’s picture

Dear Magnity,
I am using strom module for manufacturing ERP.
I add project in my organization and assigned it to the project manager.
And i add one user as project manager and set permisssion for him.
But now project manager can't assign that to design team even i create team also.
Please help me where i did mistake.