The field I want to disable is the Target Version field, because some projects are not software projects.
Seems like you cannot hide the default fields in versions before 2.1.0: http://www.redmine.org/issues/1091
Related
Please tell how to turn on search input for "fix Version" jira ticket's field.
Now I have follow view mode for fix Version field without search input. Only long list:
But I would like following edit mode for fix Version field.
On both screens are different jira versions from different organization.
Question is about input for search by fix Versions. In first screen I can choose version from long scrollable list. I can't input prefix of version for fast choice. Work around is ctrl+F from browser but it is pain.
I would like UX for fix Version field like on second screen. But I don't know how turn on it.
I found solution - https://confluence.atlassian.com/adminjiraserver/configuring-renderers-938847270.html#Configuringrenderers-autocompleterenderer
We should set Autocomplete renderer for fix version field.
I was customizing the CSS using the Customizer option provided in the ui-grid site.I was using the stable version (v3.0.0-RC.18) with this customized styles, extra scrolls are coming up in the grid.
But if I am using the unstable version with these customized styles, it is working as expected.
Sorry for the confusion; UI-Grid does not currently have a stable release. The stable drop-down there is a placeholder and points to some old code. If you go to the project page it says that UI-Grid is still "pre-beta": https://github.com/angular-ui/ng-grid but I know having something say "Stable" is confusing.
For now, the "Unstable" setting will be the most current option.
I have installed npp plugins from sourceforge nppgtags on latest notepad++ version but i am not able to effectively use that. I am facing these problem
Is there any shortcut for nppgtags plugin of notepad to search references, create DB, search definition and other command?
On the sourceforge page the image of the plugin have 3 windows
nppgtags
doc-switcher
tag-view
but i am only getting nppgtags window. am i missing something here or i need to install some other plugin for effectively using it.
adding image url: image of the plugin on notepad++
Got answer from developer on sourcefourge. link
I want to know if this plugin has any keyboard shortcut in it.
I haven't predefined any shortcuts on purpose because when you have a lot of plugins those might have conflicting shortcut keys. So I've left the shortcut definitions to the user and to his preference.
To set a shortcut in Notepad++ go to the Settings menu, Shortcut Mapper... . Chose Plugin Commands, find NppGTags commands in the list and define whatever shortcuts you need. Those will be saved in your Notepad++ config folder, shortcuts.xml file.
what are the other plugin you are using in that.
The one on the left is actually Notepad++ internal function - Doc Switcher. Go to Notepad++ Settings menu, Preferences... , select General. Find there Document List Panel and mark Show + optionally Disable extension column as it is in my case.
The one on the right is TagsView plugin. It is available through PluginManager and can be also found in SourceForge if you search for it.
The names of the plugins can actually be seen from their windows titles. Just look at the screenshots, above each plugin's sub-window. There is written its name.
Currently upgrading from 6.2.0 to 7.1.8. and I am stuck.
During the upgrade installer I have been shown a dialog window saying
Major version upgrade from 6.2.0 to 7.1.8
There were 1 issue detected
Property Editor with ID 'c2d6894b-e788-4425-bcf2-308568e3d38b' (assigned to Data Type 'Multinode Picker') does not have a valid GUID -> Alias map. It will be replaced with a Readonly/Label property editor.
The following compatibility issues were found. If you continue all non-compatible property editors will be converted to a Readonly/Label. You will be able to change the property editor to a compatible type manually by editing the data type after installation.
The installer is giving me the option to continue or fix it before I continue,
can some one explain why I am getting this message and how to fix it?
Thanks Ayo
'Multinode Picker' is incompatible with the new version of Umbraco.
You are getting this warning because one or more property editors is using this data-type.
Umbraco's default behavior when you select 'Continue' is to simply replace the the data type with a noedit label.
After the conversion, you can go to Developer > Data types, and find the multinode picker. In the dropdown it will probably be set as 'noedit' now. I believe you should set it to Multi-Node Treepicker manually.
If I recall correctly, the Multi-node Treepicker stores the selected nodes in the same CSV format as the old version, so you shouldn't lose any data... I think :)
I'm using IDEA 10.5 Community Edition.
I have several modules under different versioning systems (CVS or Mercurial).
I also have multiple tabs opened in editor. Is it possible to set IDEA so that in editor tabs I'd see the versioning info of the file? Is it also possible to se it so that I'd see versioning info of the file in Project window?
IDEA doesn't have an option to display file revision. Why would you need it?
Note that you can configure tabs coloring for different modules/scopes so that file tabs for the files under CVS and Mercurial are in different color.