[BUG 7543] Replace the request function used by restangular 93/50693/2
authorMaxime Millette-Coulombe <mmcoulombe@inocybe.com>
Thu, 19 Jan 2017 21:01:41 +0000 (16:01 -0500)
committerSam Hague <shague@redhat.com>
Wed, 25 Jan 2017 21:24:19 +0000 (21:24 +0000)
commit55893ff64b7c3fe7e7e50410a04ab57bdf1855b3
tree051527824614c287b116d7b5017824cb853cbbe6
parent93ebae0f76a0e329a193d391696bcc9b2baccde2
[BUG 7543] Replace the request function used by restangular

Restangular as two methods to fetch data: get and getList.
Those two methods was doing the same things, but it seems
that getList now expect a List of JSON and not an object
who caused the application to crash.

Change-Id: I4aa51860cd03f3f6a04d2322518c7c9c7a1b3092
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
openstack/ovsdb-ui/module/src/main/resources/ovsdb/ovsdb.services.js