Fixed issue which caused time tracker to complete on post and not allow you to make changes
This commit is contained in:
parent
05cf8fa24c
commit
bba9788f92
3 changed files with 14 additions and 14 deletions
|
|
@ -64,7 +64,7 @@ sub definition {
|
|||
defaultValue=> 0
|
||||
},
|
||||
defaultValue=>{
|
||||
defaultValue=>1
|
||||
defaultValue=>undef
|
||||
},
|
||||
});
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue