I downloaded files from devel branch and put them into plugin folder. Then I run #1453

This commit is contained in:
Karel Pičman 2023-06-02 12:43:13 +02:00
parent 5262fdcf10
commit f08a9f1f67
2 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require 'xapian'
require "#{File.dirname(__FILE__)}/../../lib/redmine_dmsf/lockable"
# File
class DmsfFile < ApplicationRecord

View File

@ -19,6 +19,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require "#{File.dirname(__FILE__)}/../../lib/redmine_dmsf/lockable"
# Folder
class DmsfFolder < ApplicationRecord
include RedmineDmsf::Lockable