From b68cd9cee606372747f6fee4a864de994b0518a7 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Tue, 4 Sep 2018 16:18:34 -0400 Subject: Add network call as promise for ext views Adding support for network calls that can be used in the extended views without relying on the reducers of main app. Also adding functinality to remove the view from the hanburger menu which will be useful for apps that want to have a route but not an entry in main menu. Issue-ID: AAI-1564 Change-Id: Ie4776d030d8458d3ce8d77782d5dfda11e01b878 Signed-off-by: Arul.Nambi --- resources/views/extensibleViews.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/views/extensibleViews.json b/resources/views/extensibleViews.json index 32960f8..0d4f101 100644 --- a/resources/views/extensibleViews.json +++ b/resources/views/extensibleViews.json @@ -1,2 +1,2 @@ [ -] \ No newline at end of file +] -- cgit 1.2.3-korg