Skip to content

Commit

Permalink
Merge pull request #19 from andreas-gruenwald/patch-1
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
andreas-gruenwald authored Aug 14, 2020
2 parents 7cb9671 + 71cd076 commit d022a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ If you specifiy a custom tree builder class in your tree config, such as
\AppBundle\Util\Backend\DynamicTree\VirtualProductTreeBuilder
```
then it is possible to combine multiple object (types) per child node, by overriding
the ``buildCustomTree`` method, just as in ```DefaultTreeBuilder.php````.
the ``buildCustomTree`` method, just as in ``DefaultTreeBuilder.php``.

### Upgrade Notes

#### Upgrade from v2.0.0
If you want to use the Custom Tree Builder, please add
the field "customTreeBuilderClass" as varchar(255) in the bundle's database table (compare installer).
Also make sure to clear the data cache.
Also make sure to clear the data cache.

0 comments on commit d022a67

Please sign in to comment.