on web/admin/config/development/features/diff/motionsplan_workout there is only an "import changes" button, but that does not revert the feature entirely to the code config.

Comments

lsolesen created an issue. See original summary.

mpotter’s picture

But it should. It imports the changes. Once the changes are imported there shouldn't be any difference between the code and the active config. So why should it import stuff that hasn't actually changed?

(Also, you can check the checkbox at the top of the categories to import all if you don't want to enable each individual change)

But if you absolutely need it, you can use the "drush feature-import" command to import an entire feature.

lsolesen’s picture

I mean if I changed something but need to go back. Previously in 7.x I could do features revert?

Dane Powell’s picture

Not sure what's available via the UI, but Features does provide Drush commands to revert config: features-import (aliased as fr) and features-import-all (aliased as fra)

mpotter’s picture

Status: Active » Fixed

Think this is answered.

Status: Fixed » Closed (fixed)

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