Bug #36446
"classesPath" is not added to PackageStates.php on creating a package
| Status: | Resolved | Start date: | 2012-04-23 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Package | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 beta 1 | |||
| PHP Version: | 5.3 | Complexity: | easy | |
| Has patch: | No | FLOW3 version affected: | Git master | |
| Votes: | 0 |
Description
When doing a ./flow3 package:create, the PackageStates.php is updated by adding the new package, but the new entry lacks the "classesPath" field.
Associated revisions
[BUGFIX] Add "classesPath" to PackageStates.php on creating a package
When doing a ./flow3 package:create, the PackageStates.php is updated by
adding the new package, but the new entry lacks the "classesPath" field without
this change.
Change-Id: I3f58b95fa0c2eee9aa6b36c62d03b00cb88987cb
Fixes: #36446
Releases: 1.1
History
Updated by Karsten Dambekalns about 1 year ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
Updated by Gerrit Code Review about 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11217
Updated by Karsten Dambekalns about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100