Skip to content
Snippets Groups Projects
Commit c5e2780b authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch 'sales_2000900_FixTopicTreeEditTopicDescription' into '2021.2.0'

[Projekt: xRM-Sales][TicketNr.: 2000900][Themenbaum Admin Beschreibung lässt...

See merge request xrm/basic!1332
parents 3f6a8346 81b2b8fa
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,14 @@ var topicTreeId = vars.get("$local.uid");
var columns = ["DATE_EDIT"
, "USER_EDIT"
, "ACTIVE"
, "TOPIC"];
, "TOPIC"
, "DESCRIPTION"];
var values = [rowData["DATE_EDIT.value"]
, rowData["USER_EDIT.value"]
, rowData["ACTIVE.value"]
, rowData["TOPIC.value"]];
, rowData["TOPIC.value"]
, rowData["DESCRIPTION.value"]];
var assignedTo = rowData["ASSIGNEDTO.value"];
if(assignedTo && assignedTo != "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment