This question relates to Umbraco CMS version 6.1.4.
I create a new Document Type and some generic properties for it.
I am able to arrange the properties in the properties editor:
But it makes no difference in the Content section.
Umbraco, Y U NO sort my attributes?
It was a bug. One that I fixed at the UK Hackathon at the end of last year. The generic properties tab wasn't honouring the order of the generic properties. You can see more details on the Umbraco issue tracker here
If you upgrade to 6.2, the issue should be fixed.
Related
I don't get it! how ca I add this Editor to select it as a new Data type?
Discoverd that the Documentation from Umbraco isn't speaking about the version, which the Umbraco needs to run on. Here you see that the first sentence answers this question.
For eveeryone who's too lazy to read the article, the version you want your Umbraco running on is 8.7 or above.
I have created some issues like,
1. IT Issue
2. RT Issue
3. Bug
4. Task and also
I have created the components like,
1. Hardware
2. Software
3. Design
4. Database.
if i select IT Issue and then these components (Hardware and Design) should display.
if i Select Bug and then these components (Software and Database) should display in components.
How can i do this ?
Short answer: you can't. There's only one list of components for all issue types across a project. There's a feature request, but it seems this feature has not been selected for development.
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 am trying to extend the Multi Node Tree Picker (MNTP) in Umbraco but am running into some trouble. I am used to writing property editors in the new umbraco 7 angular style, so the MNTP is a bit foreign to me. I want to be able to connect my uCommerce Catalog Tree to the MNTP. I feel like this should be fairly simple as all that I should need to do is hook up the uCommerce tree to the MNTP. I am in the Umbraco.Web.PropertyEditors dll, but it isn't really helping me too much. Any pointers to get me started in the right direction would be much appreciated. I could then share this as a new package if I can get it working.
Thanks!
I would recommend creating your own property editor that simply uses the Umbraco dialogService to pick the uCommerce product.
You can use the Yo Umbraco template generator to build a scaffolded package:
https://github.com/warrenbuckley/generator-umbraco
We're using Infragistics WPF v9.2 and MVVM
I'd like to track the currently selected row from the XamDataGrid as a property in the view model but I'm struggling to see how this is done. It looks like ActiveDataItem property would be the way to go but it doesn't appear to be on the WPF v9.2 grid.
The ActiveDataItem property would allow you to bind what is the active record to a property in your VeiwModel but wouldn't give you the actual selection of the XamDataGrid. For this you would need to use a custom behavior. The following link has examples of this for some of the Infragistics Silverlight controls and you could use a similar approach with the XamDataGrid in WPF:
http://blogs.infragistics.com/blogs/devin_rader/archive/2011/06/01/using-behaviors-to-synchronize-selected-items-of-infragistics-silverlight-controls-to-a-viewmodel.aspx
if you can, pls upgrade to 10.3.
had the same pain of trying to get WPF UltraGrid to work with MVVM with older 9 version.
v10.3 version is much easier and better integrated with MVVM.
not sure if upgrade costs money, we had sitewide license