refs #5690 ticketproblems
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-07-03 11:38:38 +02:00
parent f636c3b1ab
commit d03df4c5cc
4 changed files with 14 additions and 2 deletions

View File

@ -339,7 +339,8 @@ module.exports = Self => {
{'tp.isFreezed': hasProblem}, {'tp.isFreezed': hasProblem},
{'tp.risk': hasProblem}, {'tp.risk': hasProblem},
{'tp.hasTicketRequest': hasProblem}, {'tp.hasTicketRequest': hasProblem},
{'tp.itemShortage': range} {'tp.itemShortage': range},
{'tp.hasRounding': hasProblem}
]}; ]};
if (hasWhere) if (hasWhere)

View File

@ -194,7 +194,8 @@ module.exports = Self => {
{'tp.hasTicketRequest': hasProblem}, {'tp.hasTicketRequest': hasProblem},
{'tp.itemShortage': range}, {'tp.itemShortage': range},
{'tp.hasComponentLack': hasProblem}, {'tp.hasComponentLack': hasProblem},
{'tp.isTooLittle': hasProblem} {'tp.isTooLittle': hasProblem},
{'tp.hasRounding': hasProblem}
] ]
}; };

View File

@ -123,6 +123,11 @@
class="bright" class="bright"
icon="icon-components"> icon="icon-components">
</vn-icon> </vn-icon>
<vn-icon
ng-show="::ticket.hasRounding"
class="bright"
icon="sync_problem">
</vn-icon>
</td> </td>
<td><span <td><span
ng-click="ticketDescriptor.show($event, ticket.id)" ng-click="ticketDescriptor.show($event, ticket.id)"

View File

@ -75,6 +75,11 @@
class="bright" class="bright"
icon="icon-components"> icon="icon-components">
</vn-icon> </vn-icon>
<vn-icon
ng-show="::ticket.hasRounding"
class="bright"
icon="sync_problem">
</vn-icon>
</vn-td> </vn-td>
<vn-td shrink>{{::ticket.id}}</vn-td> <vn-td shrink>{{::ticket.id}}</vn-td>
<vn-td class="expendable"> <vn-td class="expendable">