Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@93819 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
06e0051a77
commit
afa5e7bb0b
|
@ -2182,3 +2182,37 @@ Compiling...
|
||||||
Compilation completed in 0.00 seconds
|
Compilation completed in 0.00 seconds
|
||||||
Removing invalidated units
|
Removing invalidated units
|
||||||
Finding entry point classes
|
Finding entry point classes
|
||||||
|
Public resources found in...
|
||||||
|
Unexpected entry in classpath; /home/giancarlo/workspace/tabular-data-widgetx/target/tabular-data-widgetx-1.0.2-SNAPSHOT/WEB-INF/classes is neither a directory nor an archive (.jar or .zip)
|
||||||
|
Unexpected entry in classpath; /home/giancarlo/workspace/tabular-data-widgetx/target/test-classes is neither a directory nor an archive (.jar or .zip)
|
||||||
|
Translatable source found in...
|
||||||
|
Found 0 cached/archived units. Used 0 / 2719 units from cache.
|
||||||
|
Compiling...
|
||||||
|
30% complete (ETR: 10 seconds)
|
||||||
|
30% complete (ETR: 10 seconds)
|
||||||
|
30% complete (ETR: 10 seconds)
|
||||||
|
30% complete (ETR: 10 seconds)
|
||||||
|
40% complete (ETR: 8 seconds)
|
||||||
|
50% complete (ETR: 7 seconds)
|
||||||
|
60% complete (ETR: 5 seconds)
|
||||||
|
70% complete (ETR: 3 seconds)
|
||||||
|
80% complete (ETR: 2 seconds)
|
||||||
|
90% complete (ETR: 1 seconds)
|
||||||
|
100% complete (ETR: 0 seconds)
|
||||||
|
Compilation completed in 13.77 seconds
|
||||||
|
Removing invalidated units
|
||||||
|
Finding entry point classes
|
||||||
|
Public resources found in...
|
||||||
|
Translatable source found in...
|
||||||
|
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
|
||||||
|
Compiling...
|
||||||
|
Compilation completed in 0.00 seconds
|
||||||
|
Removing invalidated units
|
||||||
|
Finding entry point classes
|
||||||
|
Public resources found in...
|
||||||
|
Translatable source found in...
|
||||||
|
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
|
||||||
|
Compiling...
|
||||||
|
Compilation completed in 0.00 seconds
|
||||||
|
Removing invalidated units
|
||||||
|
Finding entry point classes
|
||||||
|
|
|
@ -101,13 +101,8 @@ public class ReplacePanel extends FramedPanel implements
|
||||||
public void onSuccess(ColumnData result) {
|
public void onSuccess(ColumnData result) {
|
||||||
Log.debug("Retrived column: " + result);
|
Log.debug("Retrived column: " + result);
|
||||||
column = result;
|
column = result;
|
||||||
if (result.isViewColumn() || column.getTypeCode().compareTo("TIMEDIMENSION")==0
|
|
||||||
|| column.getTypeCode().compareTo("DIMENSION")==0) {
|
if (result.isViewColumn() ) {
|
||||||
/*
|
|
||||||
* UtilsGXT3 .info("View Column",
|
|
||||||
* "You can not replace value on view column for now"
|
|
||||||
* );
|
|
||||||
*/
|
|
||||||
isDimension=true;
|
isDimension=true;
|
||||||
createForDimension();
|
createForDimension();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue