tuankhac / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

[Node Browser] Visualize d:category properties #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What enhancement would you like to see? Is this a new feature, a
translation, or something else?
When viewing properties of a noderef i'd like to see props of type d:category

Does the enhancement relate to an existing add-on or to a new add-on? If an
existing add-on, which one?
The enhancement relate to NodeBrowser.

Have you done any work to implement the enhancement? Please detail any
simple changes inline, or for changes involving multiple files please add a
diff file to the issue as an attachment.

I'm trying to modify the data webscript controller node.get.js
"Array" is the constructor for d:category properties and d:text multivalued 
properties, am I right? In function getPropertyType(p) I can grab the 
constructor name of the property, but I can't discriminate between the two 
(d:category and d:text)...

Original issue reported on code.google.com by francesco83.valente on 25 May 2011 at 10:15

GoogleCodeExporter commented 8 years ago
The repo web scripts are currently being reimplemented in Java, so I will check 
that they output d:category properties correctly.

Does the Explorer node browser handle these OK for you?

Original comment by will.abson on 26 May 2011 at 2:16

GoogleCodeExporter commented 8 years ago
Yes, the Explorer (3.4.c) shows that kind of property as a list of nodeRef 
(noderef of the classification entry associated).

Original comment by francesco83.valente on 26 May 2011 at 3:05

GoogleCodeExporter commented 8 years ago
This should be fixed now that the Node Browser has been ported over to use Java 
web scripts. The latest version is 0.2.1 on share-extras or the version bundled 
directly in Share in Alfresco 4.0.

Original comment by will.abson on 28 Nov 2011 at 1:59