cancel
Showing results for 
Search instead for 
Did you mean: 

Some content node do not show up

pcuvecle
Champ in-the-making
Champ in-the-making
Hi all,

I have a quite strange behavior, I have the following :
A rule on a folder that calls a custom action that adds automaticaly an aspect to any document imported. At some point in time there was a bug in the code of my custom action that rollbacked my transaction.

However when it occured, the node was created anyway (but without the aspect since it was rollbacked). the problem is that the node do not show up in the web client while it appears in the node browser with the EXACT same relations/configuration an appearing node can have.

I looked everywhere in the database but I don't understand the difference between the nodes that display in the webclient and the ones that don't. Is there a flag or something somewhere that could lead to this ?

In fact I don't even know how to remove them since I can't neither search them :s (of course I could write a piece of code but in term of adminsitration that's not very nice)

Thanks for your help Smiley Happy
3 REPLIES 3

gavinc
Champ in-the-making
Champ in-the-making
The web client only shows nodes that are of the type cm:content or a subclass thereof.

I would guess you created a node that was not a subclass of cm:content.

pcuvecle
Champ in-the-making
Champ in-the-making
Hi Gavin,

Unfortunately not, it's cm:content nodes, the only thing is that the transaction open during the metadata edition in the "add content" wizard failed (for reasons that are not due to Alfresco but to our customizations of this part)

gavinc
Champ in-the-making
Champ in-the-making
The only other thing I can think of is that they are not children using the cm:contains child association.