- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2022 05:37 AM
Hello!
I must to delete content model. It created by model manager and it is active now. Deactivate returns error:
We couldn't deactivate model ' Model '{http://www.my-domain.com/model/document/1.0}Document' is in use and cannot be deleted or deactivated.'.
Next query returns nothing:
{ "query": { "query": "TYPE:\"dc:whitePaper\"", "language": "lucene" } }
The solr was reindexed. Trashcan empty.
How to find out, where content model "is in use"?
Thanks for any advise,
Serge
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 01:35 PM
There was not documents with custom type. But it was content with custom aspect. It was found by query:
{ "query": { "query": "ASPECT:\"dc:webable\"", "language": "lucene" } }
Custom asspect removed from documents. Custom model was deactivated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 01:35 PM
There was not documents with custom type. But it was content with custom aspect. It was found by query:
{ "query": { "query": "ASPECT:\"dc:webable\"", "language": "lucene" } }
Custom asspect removed from documents. Custom model was deactivated.
