-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JBPM-6867, JBPM-6886, JBPM-6825, JBPM-6841, JBPM-6826, JBPM-6802 ,JB…
…PM-6659, JBPM-6660 - Runtime views update, new Manage section (#994) * JBPM-6802:Add breadcrumbs to list and details views * Update Breadcrumb i18n keys * Use definition name instead of deployment id for breadcrumb * JBPM-6803: Migrate server template selector to breadcrumb area. * Migrate runtime views to new perspective layout * Move detail screens to full screen * Review toolbar primary action buttons * Review master detail API (#12) Remove table style for selected row Remove place status handling for opening details screen * Add new filters dock panel (#10) * JBPM-6826:Include Manage selector ( Inventory Switcher ) (#11) * Update attribute selector label to Filter By (#15) * Remove user task list from manage section (#14) * Add new saved filters dock panel (#9) * JBPM-6877 - Fix screen id for navigating to task and process instance details screens (#16) * [AF-913]: Added Category to resource type and integrated with UX/UI (#966) (#18) [AF-913]: Added Category to resource type * JBPM-6846: Move process model to detail tab (#13) * JBPM-6887 - Rename Task Lists to Task Inbox (#986) (#19) * JBPM-6892 - Remove spacing between table results and controls (#988) (#22) * JBPM-6841: Review details page layout. Details alignment, input fields size, primary button review and task context tab removed (#20) * JBPM-6867 - Restyle manage view table (#17) * JBPM-6885 - Split Task & Process Dashboard tabs into separated screens (#987) (#23) * JBPM-6867 - Layout updates to manage result list (#24) - Fix scrolling - Remove table rows stripes - Add grey background to table header * JBPM-6879: Prepend "Manage" to all runtime management list views breadcrumb (#25) * error detail breadcrumb updated with the error detail title (#21) * Upgrade supported WildFly version to 11. (#983) (#26) * Upgrade supported WildFly version to 11. This reverts commit 1d8f778. * Clean up auth properties files comments * fixed server logging in GWT SDM * JBPM-6174: Add error count column to the task admin list (#965) (#27) * JBPM-6825 - Move saved and quick filters to docks (#28) * JBPM-6881 : Rename Task Administration menu to Tasks (#30) * JBPM-6879: Prepend "Manage" to all runtime management list views breadcrumb. Process definition breadcrumb from new instance (#31) * JBPM-6841: Review details page layout. Spacing between tab header and content (#32) * JBPM-6886 : Update Dashboards layout (#29) * JBPM-7002 - Group action buttons in list table to kebab (#33) * Enhance filters tests (#34) * JBPM-6894 - User should be able to define case, process, activity level SLA (#990) (#36) * JBPM-6793 - Remove onclick and onmouseover in process diagram svg content (#37) * Increase space between tab and content in task admin and assignment tabs (#39) * Test addition: Breadcrumbs and ManageSelector (#38)
- Loading branch information
1 parent
aad4b2b
commit 1a22703
Showing
227 changed files
with
9,663 additions
and
5,505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
...in/java/org/jbpm/workbench/common/client/filters/active/ActiveFilterItemRemovedEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
/* | ||
* Copyright 2018 Red Hat, Inc. and/or its affiliates. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package org.jbpm.workbench.common.client.filters.active; | ||
|
||
public class ActiveFilterItemRemovedEvent { | ||
|
||
private ActiveFilterItem activeFilterItem; | ||
|
||
public ActiveFilterItemRemovedEvent(final ActiveFilterItem activeFilterItem) { | ||
this.activeFilterItem = activeFilterItem; | ||
} | ||
|
||
public ActiveFilterItem getActiveFilterItem() { | ||
return activeFilterItem; | ||
} | ||
|
||
@Override | ||
public String toString() { | ||
return "ActiveFilterItemRemovedEvent{" + | ||
"activeFilterItem=" + activeFilterItem + | ||
'}'; | ||
} | ||
|
||
@Override | ||
public boolean equals(Object o) { | ||
if (this == o) { | ||
return true; | ||
} | ||
if (!(o instanceof ActiveFilterItemRemovedEvent)) { | ||
return false; | ||
} | ||
|
||
ActiveFilterItemRemovedEvent that = (ActiveFilterItemRemovedEvent) o; | ||
|
||
return getActiveFilterItem().equals(that.getActiveFilterItem()); | ||
} | ||
|
||
@Override | ||
public int hashCode() { | ||
return getActiveFilterItem().hashCode(); | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...mon/client/list/ActiveFilterItemView.html → .../filters/active/ActiveFilterItemView.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<li data-field="li" style="padding-right: 0px;" data-toggle="popover"> | ||
<span class="label label-info"> | ||
<span data-field="labelKey"></span>: <span data-field="labelValue"></span> | ||
<span data-field="labelValue"></span> | ||
<a href="#" data-field="remove"><span class="pficon pficon-close"></span></a> | ||
</span> | ||
</li> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.