Skip to content

Commit

Permalink
Item13570: add dependency on latest TablesContrib
Browse files Browse the repository at this point in the history
And change the dep to check Foswki API version.  Can't just check if
Foswiki::Tables::Table is available, as a specific version is required.
  • Loading branch information
gac410 committed Sep 9, 2015
1 parent 3f32109 commit 01df15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EditRowPlugin/lib/Foswiki/Plugins/EditRowPlugin/DEPENDENCIES
Expand Up @@ -2,5 +2,5 @@ Foswiki::Contrib::JSCalendarContrib,>0,perl,Javascript calendar module
Foswiki::Plugins::JQueryPlugin,>=6.00,perl,JQuery
Foswiki::Contrib::JEditableContrib,>0,perl,Required, JQuery plugin
JSON,>=0,cpan,Required, for REST
ONLYIF (not(eval('require Foswiki::Tables::Table')))
Foswiki::Contrib::TablesContrib,>0,perl,Required for Foswiki < 1.2.0
ONLYIF ( $Foswiki::Plugins::VERSION < 2.3)
Foswiki::Contrib::TablesContrib,>1.03,perl,Required for Foswiki < 1.2.0

0 comments on commit 01df15f

Please sign in to comment.