the latest version of yaml form 8.x-1.x-dev (2016-May-06) have uninstall problems.

module can't uninstalling because yaml form module is using by yaml form.

drupal 8.1.1 - php: 7.x

Comments

NerdyCrowd created an issue. See original summary.

jrockowitz’s picture

Assigned: Unassigned » jrockowitz
Priority: Normal » Major
Status: Active » Needs review

Yep, I ran into the issue locally yesterday, spent a very frustrating hour trying to figure it out, and pushed a fix this morning.

The Features module had a bug where it was updating the yamlform.info.yml file and declaring the yamlform module a dependency on itself, thus making it impossible to uninstall the module.

See #2607782: Feature should not declare dependency on itself

I fixed the issue and you should download the latest dev release and then uninstall the YAML form module.

NetNerdy’s picture

Hi Jacob (Rockowitz),
wunderful work - fast respond --> Chapeau!

I have tested it out on localhost ==> fixed...issue can be closed ;)

Thank you very much!

Best regards, Joerg

NetNerdy’s picture

Status: Needs review » Closed (fixed)

Hi Jacob (Rockowitz),
wunderful work - fast respond --> Chapeau!

I have tested it out on localhost ==> fixed...issue can be closed ;)

Thank you very much!

Best regards, Joerg

sorry - duplicated

hoporr’s picture

Version 8.x-1.0-beta21 has this problem.

In the yamlform.info.yml file, it says:

dependencies:
- field
- user
- yamlform

So it declares a dependency on itself, and can't uninstall.
Once you take out that last line, it uninstalls fine.