From e73d5d5584a6d1bd391001278c1510fa54694a63 Mon Sep 17 00:00:00 2001
From: Daniel Skovli <daniel.skovli@gmail.com>
Date: Tue, 5 Nov 2024 10:34:51 +0100
Subject: [PATCH] Makes `ApplicationLogic.AllowInSubform` obsolete

---
 src/Storage.Interface/Models/ApplicationLogic.cs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Storage.Interface/Models/ApplicationLogic.cs b/src/Storage.Interface/Models/ApplicationLogic.cs
index 13ef585d..ca1e4b44 100644
--- a/src/Storage.Interface/Models/ApplicationLogic.cs
+++ b/src/Storage.Interface/Models/ApplicationLogic.cs
@@ -1,3 +1,4 @@
+using System;
 using Newtonsoft.Json;
 
 namespace Altinn.Platform.Storage.Interface.Models
@@ -59,6 +60,7 @@ public class ApplicationLogic
         /// Defaults to false if not specified.
         /// </summary>
         [JsonProperty(PropertyName = "allowInSubform")]
+        [Obsolete("This property is no longer in use and will be removed in the future.")]
         public bool AllowInSubform { get; set; }
 
         /// <summary>