Remove Table view from Applications (#1216)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-03-28 22:22:56 +07:00
committed by GitHub
parent 4e77624826
commit a9d11bc0dd
3 changed files with 3 additions and 27 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ export function createModel (builder: Builder): void {
builder.createDoc(view.class.Viewlet, core.space.Model, {
attachTo: task.class.Issue,
descriptor: view.viewlet.Table,
descriptor: task.viewlet.StatusTable,
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
options: {
lookup: { assignee: contact.class.Employee }