mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 02:32:15 +01:00
Allow time entries with less than one second duration
This commit is contained in:
committed by
Constantin Graf
parent
9e1413c15f
commit
d3545b3c73
@@ -49,7 +49,7 @@ class TimeEntryResource extends Resource
|
||||
->label('End')
|
||||
->nullable()
|
||||
->rules([
|
||||
'after:start',
|
||||
'after_or_equal:start',
|
||||
]),
|
||||
Select::make('user_id')
|
||||
->relationship(name: 'user', titleAttribute: 'email')
|
||||
|
||||
Reference in New Issue
Block a user