Problem/Motivation

ECA currently only allows model export if it's being implemented by the modeller. In #3337182: Make all model exportable the model export moves upstream into ECA ModellerBase so that every model can be exported, and the modeller doesn't have to deal with it. This should also be possible with eca_cm. As the ModellerInterface declares the export method, but the base modeller class doesn't implement that to leave it to the modeller itself, eca_cm contains an export method which returns just NULL.

In the next version of ECA, the base modeller comes with a generic export function and the overwrite from the modeller should be removed. As this may cause issues depending on which ECA version is being used, we also need to define a minimum ECA version when releasing this for eca_cm.

Issue fork eca_cm-3337197

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

jurgenhaas created an issue. See original summary.

jurgenhaas’s picture

Status: Active » Needs review
mxh’s picture

The single pipe symbol works, but for ORs the double pipe symbol is the one that's supposed to be used. See https://getcomposer.org/doc/articles/versions.md#version-range

  • 4c77f95b committed on 1.0.x
    Issue #3337197 by jurgenhaas, mxh: Enable general model export in latest...
mxh’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.