ps-toolkit-ui 0.0.168 → 0.0.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2504,7 +2504,7 @@
2504
2504
  if (this.table.permissions.hasAccess(exports.PermissionAccessTypeEnum.Insert)) {
2505
2505
  this.addChildren = new InputClass(this.table.environment, this.table.l, this.table.name + 'AddSubsetTitle', 'fad fa-plus fa-rotate-90', exports.InputType.Icon, 'green m-h-5 h-25 d-ib va-m f-u');
2506
2506
  this.addChildren.onClick = function () {
2507
- _this.table.form.inputs.find(function (x) { return x.name === 'ParentId'; }).setValue(_this.row.Data.Id, false);
2507
+ _this.table.form.url = _this.table.url + 'Insert/' + _this.row.Data.Id;
2508
2508
  _this.table.form.onSuccessBase = function () {
2509
2509
  _this.table.modal.hide();
2510
2510
  _this.showChildren.type = exports.InputType.Icon;