Skip to main content
17-Peridot
October 27, 2021
Solved

Not able to edit and save Project without gridextension

  • October 27, 2021
  • 2 replies
  • 1104 views

I have removed grid-advanced_Extension as it was blocking to use ConfigureGridColumns in grid advanced widget of Thingworx 9.2.3. Now while editing the Project entity, iam not able to save the Project. It is  showing a popup with message - "Project [MACMON] depends on extension [grid-advanced_ExtensionPackage:4.2.1] which does not exist". Now how to save the project without having this extension. What is the blocker here?

Best answer by TravisPickett

Hi @AP_9587236,

 

Take a look at your project entity under Extension Dependencies you should see the grid-advanced_ExtensionPackage here.  You should be able to edit the project entity and remove the extension dependency.

 

If composer will not let you do this, do an export of the individual project file: More -> Export for Source Control.  Then you can edit the xml removing the dependency and re-import the project file.  This should then allow you to export the project.

 

Thanks,

 

Travis

2 replies

17-Peridot
October 27, 2021

@AP_9587236 ,

 

Are there any mashups in your project that may still be referencing that extension that you removed?

 

Nick

12-Amethyst
October 28, 2021

Hi @AP_9587236,

 

Take a look at your project entity under Extension Dependencies you should see the grid-advanced_ExtensionPackage here.  You should be able to edit the project entity and remove the extension dependency.

 

If composer will not let you do this, do an export of the individual project file: More -> Export for Source Control.  Then you can edit the xml removing the dependency and re-import the project file.  This should then allow you to export the project.

 

Thanks,

 

Travis