Skip to content

Commit

Permalink
Merge pull request #11 from Khorsa/dev
Browse files Browse the repository at this point in the history
installation errors fix
  • Loading branch information
Khorsa committed Jun 14, 2021
2 parents 05655b0 + f384918 commit a93afea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ $(document).ready(function() {

$(document).on('click', '.btn-danger, .confirm-message', function() {

let ids = [];
if ($(this).filter('.collect-selection').length !== 0) {
ids = collectSelection();
if (ids.length === 0) return false;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexycms/flexyadminframe-bundle",
"version": "0.1.4.6",
"version": "0.1.4.7",
"type": "symfony-bundle",
"description": "Main frame for admin panel",
"license": "proprietary",
Expand Down
2 changes: 0 additions & 2 deletions src/FlexyAdminFrameBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public function build(ContainerBuilder $container)

$rootDir = $container->getParameter('kernel.project_dir');

dump($rootDir);

if (!is_file($rootDir . "/.htaccess")) {
file_put_contents($rootDir . "/.htaccess", $htaccess);
}
Expand Down

0 comments on commit a93afea

Please sign in to comment.