Skip to content

Commit

Permalink
Merge pull request #163 from FriendsOfREDAXO/staging
Browse files Browse the repository at this point in the history
Bugfix Status Change for Type Select
  • Loading branch information
michael-kreatif authored Oct 9, 2023
2 parents 8667e9b + 0298793 commit 2065625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var YformUsability = (function ($) {
if (container.find('.status-select').length) {
var statusChange = function () {
var $this = $(this);
var url = container.find('.status-toggle').data('api-url');
var url = container.find('.status-select').data('api-url');

updateDatasetStatus($this, $this.val(), url, function (resp) {
var $parent = $this.parent();
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: yform_usability
version: '2.1.3'
version: '2.1.4'
author: 'Friends Of REDAXO'
supportpage: https://github.com/FriendsOfREDAXO/yform_usability
compile: 0
Expand Down

0 comments on commit 2065625

Please sign in to comment.