Complete the service option export configuration
This commit is contained in:
parent
0d739257a9
commit
d608c313c3
6 changed files with 141 additions and 40 deletions
|
@ -163,7 +163,7 @@ class OptionController extends Controller
|
|||
*/
|
||||
public function viewScripts($option)
|
||||
{
|
||||
$option = $this->serviceOptionRepository->getWithCopyFrom($option);
|
||||
$option = $this->serviceOptionRepository->getWithCopyAttributes($option);
|
||||
$copyOptions = $this->serviceOptionRepository->findWhere([
|
||||
['copy_script_from', '=', null],
|
||||
['service_id', '=', $option->service_id],
|
||||
|
|
Reference in a new issue