several enhancements (#1808)
* show all fields in timesheet api docs * fix action dropdown links #1806 * apply same validation rules for passwords and for api-tokens #1753 * added "duplicate team" action #1136
This commit is contained in:
@@ -94,7 +94,7 @@ final class ConfigurationController extends BaseApiController
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the instance specific timesheet configuration
|
||||
* Returns the timesheet configuration
|
||||
*
|
||||
* @SWG\Response(
|
||||
* response=200,
|
||||
@@ -116,6 +116,7 @@ final class ConfigurationController extends BaseApiController
|
||||
->setActiveEntriesHardLimit($this->timesheetConfiguration->getActiveEntriesHardLimit())
|
||||
->setActiveEntriesSoftLimit($this->timesheetConfiguration->getActiveEntriesSoftLimit())
|
||||
->setIsAllowFutureTimes($this->timesheetConfiguration->isAllowFutureTimes())
|
||||
->setIsAllowOverlapping($this->timesheetConfiguration->isAllowOverlappingRecords())
|
||||
;
|
||||
|
||||
$view = new View($model, 200);
|
||||
|
||||
Reference in New Issue
Block a user