Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ function cnBatchForms(cnFlexFormConfig, cnFlexFormService, cnFlexFormTypes, sfPa

config.default = config.default || 'replace';

if (_.allEqual(config.ogValues)) {
if (_.allEqual(config.ogValues, ['popularity'])) {
// fucking angular infdigs
$timeout(function () {
return cnFlexFormService.parseExpression(field.key, _this8.model).set(_.first(angular.copy(config.ogValues)), { silent: true });
Expand Down
2 changes: 1 addition & 1 deletion dist/all.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cn-batch-forms.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ function cnBatchForms(

config.default = config.default || 'replace';

if(_.allEqual(config.ogValues)) {
if(_.allEqual(config.ogValues, ['popularity'])) {
// fucking angular infdigs
$timeout(() =>
cnFlexFormService.parseExpression(field.key, this.model).set(_.first(angular.copy(config.ogValues)), { silent: true })
Expand Down
2 changes: 1 addition & 1 deletion tests/output/test.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11544,7 +11544,7 @@ function cnBatchForms(cnFlexFormConfig, cnFlexFormService, cnFlexFormTypes, sfPa

config.default = config.default || 'replace';

if (_.allEqual(config.ogValues)) {
if (_.allEqual(config.ogValues, ['popularity'])) {
// fucking angular infdigs
$timeout(function () {
return cnFlexFormService.parseExpression(field.key, _this8.model).set(_.first(angular.copy(config.ogValues)), { silent: true });
Expand Down