Merge branch 'main' into dev

This commit is contained in:
Owen
2026-09-21 15:21:12 -04:00
17 changed files with 539 additions and 58 deletions
+2 -1
View File
@@ -509,7 +509,8 @@ async function updateHttpResource(
}
// catch when the resource policy changes or gets cleared
if (resource.resourcePolicyId != updateData.resourcePolicyId) {
if (updateData.resourcePolicyId !== undefined &&
resource.resourcePolicyId !== updateData.resourcePolicyId) {
await clearResourceSpecificSettings(
resource.resourceId,
resource.orgId,