how to remove none option from cascading select custom field? For other select lists, I made them required in the field configuration and so none option was hided but for cascading select custom field this is not working. Any pointers please?
modify the file <tt><jira-install>\atlassian-jira\WEB-INF\classes\templates\plugins\fields\edit\edit-cascadingselect.vm</tt>
<tt>Comment the following option</tt>
<!-- <option class="default-option" value="-1">$i18n.getText("common.words.none")</option> -->
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.