Bug #7169
tools:delete-description does not work
Status: | Verified | Start date: | 08/29/2014 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Mike Gale | % Done: | 0% | |
Category: | Internals | |||
Target version: | Release 2.1.0 | |||
Google Code Legacy ID: | Tested version: | 2.0.1, 2.1 | ||
Sponsored: | No | Requires documentation: |
Description
To reproduce
- Pick a description and find the slug - e.g. my-example-fonds
- In the CLI run the delete-description task, e.g.:
php symfony tools:delete-description my-example-fonds
Resulting error
See attached screenshot
Command fails to delete description as expected
CLI returns "The default context does not exist"
Expected result
Task works
Description with slug of "my-example-fonds" is deleted
Related issues
History
#1 Updated by Dan Gillean over 7 years ago
- Target version set to Release 2.1.0
#2 Updated by Dan Gillean over 7 years ago
- Status changed from New to Verified
- Assignee changed from Jesús García Crespo to Mike Gale
Fixed in commit 424f801e377ba093c5cbad688f6b37f5c71e8e69
QA'ed and verified locally. Woot!