Auto status change to "Under Review"
@@ -125,6 +125,7 void VariableController::onDateTimeOnSelection(const SqpDateTime &dateTime) | |||
|
125 | 125 | for (const auto &selectedRow : qAsConst(selectedRows)) { |
|
126 | 126 | if (auto selectedVariable = impl->m_VariableModel->variable(selectedRow.row())) { |
|
127 | 127 | selectedVariable->setDateTime(dateTime); |
|
128 | this->onRequestDataLoading(selectedVariable, dateTime); | |
|
128 | 129 | } |
|
129 | 130 | } |
|
130 | 131 | } |
General Comments 1
You need to be logged in to leave comments.
Login now