cancel
Showing results for 
Search instead for 
Did you mean: 

'Change Types' options menu labeleds

tremal
Champ in-the-making
Champ in-the-making
Hi,

I've created a new model and finally at my share-config-custom.xml I've added the next code

<config evaluator="string-compare" condition="DocumentLibrary">
  <types>
    <type name="cm:content">
      <subtype name="so:song" />
    </type>

    <type name="cm:folder">
    </type>
  </types>
</config>

But when I log into Share and try change the type the option appears like type.so_song

Where is the file where I can specify that this option must be translated to Song for example.

I'm tried in "webclient.properties" and "songModelResourceBundle.properties"

I'm using Alfresco 3.4.0d CE

Thnaks
13 REPLIES 13

bhavana
Champ in-the-making
Champ in-the-making
Hi

i have a small question..!!!

Is it possible that i can change the type of a document uploaded again..

I mean if i have uploaded some document and changed the type but now i want to change the type again, is it possible..????

waiting for the reply..

Thanks
Bhavana

mikeh
Star Contributor
Star Contributor
Is it possible that i can change the type of a document uploaded again..

I mean if i have uploaded some document and changed the type but now i want to change the type again, is it possible..?
Yes, as long as the new type is a subtype of the type the node is now. In other words, you can only specialize to subtypes.

Thanks,
Mike

bhavana
Champ in-the-making
Champ in-the-making
Hi Mikeh

I tried with the subtype only but in alfresco share when i upload a document and change the type and click OK and again when i click on the change type action the dropdown wont show any option.

I my case all the custom content types are the subtypes of cm:content.

Thanks

mikeh
Star Contributor
Star Contributor
Hi Mikeh

I tried with the subtype only but in alfresco share when i upload a document and change the type and click OK and again when i click on the change type action the dropdown wont show any option.

I my case all the custom content types are the subtypes of cm:content.

Thanks
As I mentioned in my post above yours, you can only specialize to subtypes, not the other way around.

Good advice in the other thread you posted to is to use aspects instead if you constantly need to change which properties are available on nodes.

Thanks,
Mike