Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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?
Solved! Go to Solution.
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
Are there any mashups in your project that may still be referencing that extension that you removed?
Nick
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