mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-20 08:37:53 +02:00
TSK-857: Create company button (#2762)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -151,7 +151,9 @@
|
||||
kind={'large-style'}
|
||||
focus
|
||||
on:input={() => {
|
||||
identifier = name.toLocaleUpperCase().replaceAll(' ', '_').substring(0, 5)
|
||||
if (isNew) {
|
||||
identifier = name.toLocaleUpperCase().replaceAll(' ', '_').substring(0, 5)
|
||||
}
|
||||
}}
|
||||
/>
|
||||
<EditBox
|
||||
@@ -221,6 +223,7 @@
|
||||
kind="link-bordered"
|
||||
bind:value={defaultAssignee}
|
||||
titleDeselect={tracker.string.Unassigned}
|
||||
showNavigate={false}
|
||||
showTooltip={{ label: tracker.string.DefaultAssignee }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user