Problem/Motivation

If you do a drush cse or drush csi and nothing changed in active or exported content drush shows an empty table and asks if you want to continue.

Steps to reproduce

Use drush cse or drush csi with no changes.

Proposed resolution

Let drush stop like cex or cim is doing.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
drush_behavior.patch959 bytesuniquename

Comments

uniquename created an issue. See original summary.

prashant.c’s picture

Status: Active » Needs review

Have you configured the path in your settings file properly?

Add one of the following in your settings.php file and then try drush command:

global $content_directories;
$content_directories['sync'] = DRUPAL_ROOT . '/content/sync';

or

global $content_directories;
$content_directories['sync'] = $app_root.'/../content/sync';

Note: Create a "content" directory and "sync" directory within the "content" directory within your Drupal root folder.

Hope this helps.

blanca.esqueda’s picture

Version: 3.0.0-beta1 » 4.0.x-dev
Status: Needs review » Reviewed & tested by the community

Thank you!
Tested, if the snapshot and the files are identical then the table is not displayed.

  • blanca.esqueda committed 9ca49e21 on 4.0.x
    Issue #3276617 by uniquename, prashant.c, blanca.esqueda: Better...
blanca.esqueda’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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