-
Notifications
You must be signed in to change notification settings - Fork 35
Add frontend support for modifying the KPI config (caption, offset, etc) #977
Comments
Waiting for more docs from @teosarca about how to use API. |
Those 2 API endpoints (which work basically in the same way, just that one is about KPIs while the other is about Target Indicators) accepts the standard PATCH format, i.e.
The op (operation) shall be "replace". The "path" and "value" can be:
NOTE: in future we will support more values, we might even introduce an endpoint for fetching available values but for now we stick with what we have :) |
Add frontend support for modifying the KPI config (caption, offset, etc) #977
[#1111](metasfresh/metasfresh-webui-frontend-legacy#1111) Lookup Selection Lists not shown in Sequence anymore [#1098](metasfresh/metasfresh-webui-frontend-legacy#1098) Cant select last entry in dropdown list [#2107](#2107) Error: Missing ESR creditor reference on CAMT 54 Import [#2106](#2106) NullPointerException on CAMT 54 Import [#1089](metasfresh/metasfresh-webui-frontend-legacy#1089) Avatar Tooltip opens and stays open after selecting Avatar Settings [#1095](metasfresh/metasfresh-webui-frontend-legacy#1095) Sales Order Batch Entry with Key Shortcut not working [#1051](metasfresh/metasfresh-webui-frontend-legacy#1051) Cut-Off Header names [#1077](metasfresh/metasfresh-webui-frontend-legacy#1077) Sitemap Navigation [arrow-up] not working [#1063](metasfresh/metasfresh-webui-frontend-legacy#1063) view: when refreshing the page the data is loaded twice [#1048](metasfresh/metasfresh-webui-frontend-legacy#1048) POST .../documentView/{windowId} is called twice when opening a view [#977](metasfresh/metasfresh-webui-frontend-legacy#977) Add frontend support for modifying the KPI config (caption, offset, etc) [#2101](#2101) webui - allow disabling auto-close of picking candidates [#1771](#1771) add legacy features me-45
IT
created follow-up: #1273 |
Type of issue
Feature request
Current behavior
Currently, if a user wants to modify the caption(name) or offset of a KPI, they have to go to "Elastic Search KPI" and change in the table.
Expected behavior
The caption, offset , etc shall be editable in the KPI widget itself.
Steps to reproduce
Try and see
Note: Talked with Teo and this is supported by the backend.
The text was updated successfully, but these errors were encountered: