From 5beafcd161e575522137a8102ed10b8569cab6b4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 1 Mar 2022 00:28:11 +1100 Subject: [PATCH] Update 0.7.0.md https://github.com/inventree/InvenTree/pull/2687 --- docs/releases/0.7.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index f431888..ec7e5b9 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -19,3 +19,7 @@ title: Release 0.7.0 ### Serialize Incoming Stock [#2686](https://github.com/inventree/InvenTree/pull/2686) provides the ability to add batch codes and serial numbers to incoming stock items received against purchase orders. + +### Persistent Forms + +[#2687](https://github.com/inventree/InvenTree/pull/2687) adds the ability for modal forms to be "persistent" - i.e. they are not immediately dismissed after successful submission. This allows (for example) the "Create Part" form to be used multiple times in succession, allowing quick creation of parts by the user.