Clarify epic create service
CreateService created new epics with whitelisted params, but at the same time this service inherits from IssuableBaseService which updates Issuable with all `params` passed when initializing the service. To avoid impression that only whitelisted params are assigned, we process date `params` directly and let IssuableBaseService assign these params. Because parms filtering is done on upper layer and UpdateService doesn't do additional params whitelisting either, there is no reason to introduce params whitelisting for CreateService.
Showing
Please register or sign in to comment