Skip to content

Commit

Permalink
https://github.com/UksusoFF/webtrees-faces/issues/55
Browse files Browse the repository at this point in the history
  • Loading branch information
Uksusov Kirill committed May 20, 2022
1 parent f0aac2a commit 489efeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/build/module.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion resources/scripts/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ function facesBindToolbarActions($image, instance) {
$dialog.remove();
});

webtrees.initializeTomSelect($dialog.find('select.tom-select')[0])
var select = webtrees.initializeTomSelect($dialog.find('select.tom-select')[0]);

select.settings.create = true;

$dialog.find('#faces-attach-button').on('click', function() {
var $pid = $dialog.find('#faces-attach-pid').find(":selected");
Expand Down
2 changes: 1 addition & 1 deletion src/Modules/FacesModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class FacesModule extends AbstractModule implements ModuleCustomInterface, Modul

public const SCHEMA_VERSION = '7';

public const CUSTOM_VERSION = '2.7.0';
public const CUSTOM_VERSION = '2.7.1';

public const CUSTOM_WEBSITE = 'https://github.com/UksusoFF/webtrees-faces';

Expand Down

0 comments on commit 489efeb

Please sign in to comment.