Skip to content

Commit

Permalink
page/events: Properly parse filters on event load
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Mar 27, 2018
1 parent 80b5d55 commit b93808f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/events.html
Expand Up @@ -627,7 +627,7 @@ <h5 class="card-title">
} else if(_.isArray(operationDefinition)) {
modal.find(`#${elementId} #${k}-${v}`).parent().button('toggle')
} else {
modal.find(`#${elementId} [data-id="operation-definition-${k}"]`).text(v).data('value', commons.hash(v))
modal.find(`#${elementId} [data-id="operation-definition-${k}"]`).html(commons.withFilters(v)).data('value', commons.hash(v))
}
}
}
Expand Down

0 comments on commit b93808f

Please sign in to comment.