make currency and createProject permission props in the create time entry modal, bump ui version

This commit is contained in:
Gregor Vostrak
2024-11-13 13:04:12 +01:00
parent 2cf9b3aa8f
commit 5e3ac45ce0
4 changed files with 9 additions and 7 deletions

View File

@@ -125,6 +125,8 @@ function deleteSelected() {
:createClient="createClient"
:createTag="createTag"
:createTimeEntry="createTimeEntry"
:currency="getOrganizationCurrencyString()"
:canCreateProject="canCreateProjects()"
:projects
:tasks
:tags