CMS MADE SIMPLE FORGE

ListIt2DoubleList

 

[#9746] Dependency to LI not required

avatar
Created By: Tapio Löytty (Stikki)
Date Submitted: 2013-12-25 16:39

Assigned To: Mike Crowe (drmikecrowe)
Resolution: None
State: Open
Summary:
Dependency to LI not required
Detailed Description:
Dependency to LI is not required, neither recommended:

public function GetDependencies()     { return array('ListIt2' => '1.4');       
}

ONLY and ONLY if you module that field is shipped with requires something from
LI Core directly requires LI, then it should be Dependency.

Field is parasite of module that dosen't need LI to exists. It only requires
module that it's shipped with.

History

Comments
avatar
Date: 2014-01-01 01:45
Posted By: Mike Crowe (drmikecrowe)

I was modeling this after JSAvailability.  It has this:

        public function GetDependencies()
        {
                return array('ListIt2' => '1.4');
        }

Since this plugin is useless w/o ListIt2, why not have it as a dependency?
      
Updates

Updated: 2014-01-01 01:45
resolution_id: => 5