Hide client details in timer function edit template
This commit is contained in:
@@ -7,7 +7,7 @@ function_id=function_id,
|
|||||||
active_tab='edit',
|
active_tab='edit',
|
||||||
show_edit_form=True,
|
show_edit_form=True,
|
||||||
show_logs=True,
|
show_logs=True,
|
||||||
show_client=True,
|
show_client=False,
|
||||||
show_history=True,
|
show_history=True,
|
||||||
edit_url=url_for('timer.edit', function_id=function_id),
|
edit_url=url_for('timer.edit', function_id=function_id),
|
||||||
cancel_url=url_for('timer.overview')) }}
|
cancel_url=url_for('timer.overview')) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user