Problem/Motivation

Can't install the module without date_recur. With my understanding of how this works this doesn't require date_recur as this leverages smart_date and it's recur submodule.

Proposed resolution

Remove date_recur as a dependency in the info.yml

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

carsoncho created an issue. See original summary.

carsoncho’s picture

MR opened to remove date_recur as a module dependency

carsoncho’s picture

Status: Active » Needs review

jnettik made their first commit to this issue’s fork.

jnettik’s picture

Couple things I noticed when setting this up. The dependency wasn't just in the info file, but the plugin uses the same code for the original date_recur setup. MR 4 updates the dependencies to remove date_recur and adds smart_date_recur (over just smart_date). It also updates the solr plugin to find the instances of smart date occurances and not the date occur instances. Working on this locally, I'm now able to configure the new data source and get a working index from it.