Primefaces: Add dropCopyNode attribute to Tree

Created on 27 Nov 2017  路  3Comments  路  Source: primefaces/primefaces

When enabled, the copy of the selected nodes can be dropped from a tree to another tree using Shift key.

6.1.10 new feature

All 3 comments

@mertsincan the build is currently broken from this latest check in..

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project primefaces: Compilation failure
[ERROR] /C:/Dev/github/primefaces-melloware/src/main/java/org/primefaces/component/tree/TreeRenderer.java:[287,43] cannot find symbol
[ERROR]   symbol:   method getDropMode()
[ERROR]   location: variable tree of type org.primefaces.component.tree.Tree

The original method was dropMode, but it changed to dropCopyNode during the refactoring process. If we clean up the leftover, the build will succeed. #3016

Thanks a lot for PR, @jxmai ;)

Was this page helpful?
0 / 5 - 0 ratings