File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 77PLUGIN_NAME = 'DOAJ Transporter'
88DESCRIPTION = 'A plugin for exporting metadata to DOAJ via their API'
99AUTHOR = 'Mauro Sanchez'
10- VERSION = '1.0 '
10+ VERSION = '1.1 '
1111SHORT_NAME = 'doaj_transporter'
1212DISPLAY_NAME = 'DOAJ Transporter'
1313MANAGER_URL = 'doaj_index'
14+ JANEWAY_VERSION = '1.4.0'
15+
1416
1517PLUGIN_PATH = os .path .dirname (os .path .realpath (__file__ ))
1618JSON_SETTINGS_PATH = os .path .join (PLUGIN_PATH , "install/settings.json" )
Original file line number Diff line number Diff line change 1+ from modeltranslation .translator import register , TranslationOptions
2+
3+ from submission import translation as sm_translation
4+
5+ from plugins .doaj_transporter import models
6+
7+
8+ @register (models .Article )
9+ class NoTranslationOptions (TranslationOptions ):
10+ fields = ()
You can’t perform that action at this time.
0 commit comments