posit-dev / publisher

MIT License
4 stars 0 forks source link

Add content type into deployment file, once app GUID is assigned #1741

Closed sagerb closed 4 months ago

sagerb commented 4 months ago

Needed by issue #1658, which wants to restrict assignment or creation of new configs to the same content type as the deployed app has within Connect.

Without it, we are unable to handle the scenario where the previous config is no longer present, but we need to create a new one which will be compatible (and hopefully successfully deploy).

Resolved by: #1755

mmarchetti commented 4 months ago

We record the configuration in the deployment record at the same time that we record the GUID (right after creating the Connect content item).