///////////////////////////////////////////////////////////////////////////
| 473 | |
| 474 | //////////////////////////////////////////////////////////////////////////////// |
| 475 | bool Task::is_udaPresent() const { |
| 476 | for (auto& col : Context::getContext().columns) |
| 477 | if (col.second->is_uda() && has(col.first)) return true; |
| 478 | |
| 479 | return false; |
| 480 | } |
| 481 | |
| 482 | //////////////////////////////////////////////////////////////////////////////// |
| 483 | bool Task::is_orphanPresent() const { |