##// END OF EJS Templates
The data of the variable is now requested with the new provided...
perrinel -
r282:88a58e69d383
parent child
Show More
@@ -125,6 +125,7 void VariableController::onDateTimeOnSelection(const SqpDateTime &dateTime)
125 for (const auto &selectedRow : qAsConst(selectedRows)) {
125 for (const auto &selectedRow : qAsConst(selectedRows)) {
126 if (auto selectedVariable = impl->m_VariableModel->variable(selectedRow.row())) {
126 if (auto selectedVariable = impl->m_VariableModel->variable(selectedRow.row())) {
127 selectedVariable->setDateTime(dateTime);
127 selectedVariable->setDateTime(dateTime);
128 this->onRequestDataLoading(selectedVariable, dateTime);
128 }
129 }
129 }
130 }
130 }
131 }
General Comments 1
Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now