Problem/Motivation

In the CommerceDevelGenerateCommand class drush alias for commerce content generation is mentioned as

* @aliases genc, devel-generate-commerce

which conflicts with node content generation method in DevelGenerateCommands

update the alias to something other than genc in CommerceDevelGenerateCommand .

Steps to reproduce

Proposed resolution

Update the alias to something other than genc in CommerceDevelGenerateCommand .

Remaining tasks

Update Alias

User interface changes

API changes

Data model changes

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

Bhanu951 created an issue. See original summary.

  • Bhanu951 committed d35453e on 1.0.x
    #3277587 : Fix drush alias conflict with devel_generate module
    
andrei.vesterli’s picture

Status: Active » Fixed

Nice catch! Thx for your support!

andrei.vesterli’s picture

Status: Fixed » Closed (fixed)