Updated support for Context
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@134268 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
48647e7a77
commit
281eb5ea02
|
@ -434,7 +434,7 @@ public class ActiveFiltersPanel extends SimpleContainer {
|
|||
|
||||
@Override
|
||||
public void render(Context context, String value, SafeHtmlBuilder sb) {
|
||||
sb.appendHtmlConstant("<span title='"
|
||||
sb.appendHtmlConstant("<span style='white-space: normal;' title='"
|
||||
+ SafeHtmlUtils.htmlEscape(value) + "'>"
|
||||
+ SafeHtmlUtils.htmlEscape(value) + "</span>");
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ public class SessionUtil {
|
|||
if (Constants.DEBUG_MODE) {
|
||||
contexts.add(aslSession.getScope());
|
||||
for(int i=0; i<50 ; i++){
|
||||
contexts.add(aslSession.getScope()+i);
|
||||
contexts.add("/d4science.research-infrastructures.eu/gCubeApps/PerformanceEvaluationInAquaculture"+i);
|
||||
}
|
||||
} else {
|
||||
contexts.add(aslSession.getScope());
|
||||
|
|
|
@ -79,7 +79,7 @@ public class AccountingCallerTester implements AccountingCallerInterface {
|
|||
filterKeys.add(key);
|
||||
|
||||
for (int i = 0; i < 20; i++) {
|
||||
key = new FilterKey("ServiceClass" + i);
|
||||
key = new FilterKey("ServiceName" + i);
|
||||
filterKeys.add(key);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue