CrazyIter_Bin 4 rokov pred
rodič
commit
b178e69a89

+ 1 - 0
TEAMModelOS/Controllers/Item/ItemController.cs

@@ -95,6 +95,7 @@ namespace TEAMModelOS.Controllers
                         }
                         else
                         {
+                          // itemInfo.periodId
                             itemInfo = await client.GetContainer("TEAMModelOS", "School").CreateItemAsync(itemInfo, new PartitionKey($"{itemInfo.code}"));
                         }
                     }