From b60a5ae7c1b8375a783d984060750400db0a37f0 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 28 Nov 2014 14:39:50 -0800 Subject: [PATCH] [Forms] Remove example forms bundle Remove example forms bundle from the list of active bundles, so that its route does not interfere with the routes provided by Browse and Edit mode in the running application. WTD-530. --- bundles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles.json b/bundles.json index 74eca7c166..05f5dd4fb3 100644 --- a/bundles.json +++ b/bundles.json @@ -2,11 +2,11 @@ "platform/framework", "platform/core", "platform/representation", + "platform/commonUI/browse", + "platform/commonUI/edit", "platform/commonUI/dialog", "platform/commonUI/general", "platform/forms", - "example/forms", - "example/persistence" ] \ No newline at end of file