feature/projects-all-the-way-down #3323

Merged
konrad merged 123 commits from feature/projects-all-the-way-down into main 2023-05-30 10:09:40 +00:00
Showing only changes of commit c30dcff451 - Show all commits

View File

@ -22,7 +22,7 @@
<p class="help is-danger" v-if="showError && project.title === ''">
{{ $t('project.create.addTitleRequired') }}
</p>
<div class="field">
<div class="field" v-if="projectStore.hasProjects">

Hide field if there are no other projects. Maybe show note instead

Hide field if there are no other projects. Maybe show note instead

Now hiding it.

Now hiding it.
<label class="label">{{ $t('project.parent') }}</label>
<div class="control">
<project-search v-model="parentProject"/>