From 553bd02d9e7d8b95013c029250b45c789718b3c8 Mon Sep 17 00:00:00 2001 From: Dzmitry Yahur Date: Mon, 27 Nov 2023 17:24:21 +0400 Subject: [PATCH] [dictionary] Fixed order of attributes in the json prepare method for response for 'Dictionary Beta'. UI waits the enumeration 'options' before the 'visits' --- modules/dictionary/php/datadictrow.class.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/dictionary/php/datadictrow.class.inc b/modules/dictionary/php/datadictrow.class.inc index 41289c343b8..9097f7b0dd1 100644 --- a/modules/dictionary/php/datadictrow.class.inc +++ b/modules/dictionary/php/datadictrow.class.inc @@ -64,7 +64,6 @@ class DataDictRow implements \LORIS\Data\DataInstance, 'datascope' => $scope, 'type' => $this->getDataType(), 'cardinality' => $this->getCardinality(), - 'visits' => $this->visits, ]; $itype = $this->item->getDataType();