Add custom field based on category

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
mcoursolle
Posts: 3
Joined: 06 Mar 2017, 16:23

Add custom field based on category

Post by mcoursolle »

I created some custom fields that I have assigned to a project. However, I would like to show those fields only when the user selects a specific category.

For instance, let's say I have 2 categories (Module A, Module B). And I created a custom field called "SomeValue". Is there a way to specify that "SomeValue" is only visible/available when Module A category is selected.

Otherwise, I get a lot on unused and non-applicable fields.

Thank you,

Mathieu
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Add custom field based on category

Post by atrol »

This is not possible out of the box.
You would have to write a plugin, similar to this one https://github.com/mantisbt-plugins/lin ... tom-fields
Please use Search before posting and read the Manual
Post Reply