From 4c0e1d20d6064ab06610a0109d2273511cd13fd9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 30 Aug 2020 05:27:07 +0200 Subject: [PATCH 1/2] FIX CSS --- htdocs/theme/md/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 3d8f424b8ce..d6b6f3d46e4 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2773,7 +2773,7 @@ a.tabTitle { white-space: nowrap; } .tabTitleText { - display: hidden; + display: none; } .imgTabTitle { max-height: 14px; From e21b3f66818561d20b52e9d4676e28fa83d750f1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Sep 2020 13:23:11 +0200 Subject: [PATCH 2/2] FIX bad route url to delete subproduct with API --- htdocs/product/class/api_products.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/class/api_products.class.php b/htdocs/product/class/api_products.class.php index 7fea66e325e..10cb3686752 100644 --- a/htdocs/product/class/api_products.class.php +++ b/htdocs/product/class/api_products.class.php @@ -456,7 +456,7 @@ class Products extends DolibarrApi * @throws RestException 401 * @throws RestException 404 * - * @url DELETE {id}/subproducts/remove + * @url DELETE {id}/subproducts/remove/{subproduct_id} */ public function delSubproducts($id, $subproduct_id) {