mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
Add exception documentation
This commit is contained in:
parent
cd30fbe9c2
commit
dabcb19aa1
|
|
@ -7,8 +7,13 @@
|
|||
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
|
||||
<template><!-- Template for the selected element --></template>
|
||||
</div>
|
||||
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true">
|
||||
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true" data-selected="<?= $task->getStatus(); ?>">
|
||||
<template class="rowTemplate"><!-- Template for remote data or data manually to be added --></template>
|
||||
<tr><td data-value="<?= TaskStatus::OPEN; ?>"><?= $this->getHtml('S1') ?>
|
||||
<tr><td data-value="<?= TaskStatus::WORKING; ?>"><?= $this->getHtml('S2') ?>
|
||||
<tr><td data-value="<?= TaskStatus::SUSPENDED; ?>"><?= $this->getHtml('S3') ?>
|
||||
<tr><td data-value="<?= TaskStatus::CANCELED; ?>"><?= $this->getHtml('S4') ?>
|
||||
<tr><td data-value="<?= TaskStatus::DONE; ?>"><?= $this->getHtml('S5') ?>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user