I downloaded files from devel branch and put them into plugin folder. Then I run #1453
This commit is contained in:
parent
5262fdcf10
commit
f08a9f1f67
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user