Skip to content

Commit

Permalink
Errors will default to the general field
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hinrichsen committed Mar 11, 2016
1 parent a5f7213 commit df3c952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/stores/AppFormStore.js
Expand Up @@ -312,7 +312,7 @@ function rebuildModelFromFields(app, fields, fieldId) {
}

function resolveResponseAttributePathToFieldId(attributePath) {
var fieldId;
var fieldId = "general";

// Check if attributePath contains an index like path(0)/attribute
// Matches as defined: [0] : "(0)", [1]: "0"
Expand Down

0 comments on commit df3c952

Please sign in to comment.