unable to delete apps

cancel
Showing results for 
Search instead for 
Did you mean: 
amruta_w
Senior Member

unable to delete apps

Hello All,

When i try to delete process apps, i'm unable to delete and I don't get any message but when I check through the console and network tab get the message as {"message":"Model cannot be deleted: 23037","messageKey":"GENERAL.ERROR.BAD-REQUEST"}.

Find the screen shot also

image1.png

Kindly please anyone help me out to resolve this.

 

Thanks & Regards

Amruta Wandakar

 

 

 

3 Replies
sanjaybandhniya
Intermediate

Re: unable to delete apps

Hi,

Make sure that included process is not used by another app.

amruta_w
Senior Member

Re: unable to delete apps

thanks for reply, but i have not used process in another app.

sanjaybandhniya
Intermediate

Re: unable to delete apps

To Delete App completely,  condition  need to be fullfill.

Controller : ModelResource.java

Service :AlfrescoModelService.java

read-permission required for delete (in case user is not owner, only share info will be deleted).

Check above files,you will get idea.