Bug 1218301

Summary: [GSS] (6.1.z) Make possible embedded editors to hide the path to projects
Product: [Retired] JBoss BRMS Platform 6 Reporter: Alessandro Lazarotti <alazarot>
Component: Business CentralAssignee: Alexandre Porcelli <porcelli>
Status: CLOSED EOL QA Contact: Jiri Locker <jlocker>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 6.1.0CC: etirelli, jlocker, kverlaen, lpetrovi, mbaluch, porcelli, rrajasek
Target Milestone: CR1   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1190751 Environment:
Last Closed: 2020-03-27 18:34:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1190751    
Bug Blocks: 1220521, 1220522    

Description Alessandro Lazarotti 2015-05-04 14:24:28 UTC
+++ This bug was initially created as a clone of Bug #1190751 +++

Description of problem:

The authoring perspective when embeeded should be able to hide the control  of organization unit, repository or project change.

--- Additional comment from JBoss Product and Program Management on 2015-02-09 10:20:06 EST ---

Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.

--- Additional comment from Alexandre Porcelli on 2015-02-10 00:31:51 EST ---

Feature pushed:

(6.2.x) http://github.com/droolsjbpm/kie-wb-common/commit/f751b6b56
(6.2.x) http://github.com/droolsjbpm/kie-wb-distributions/commit/9b0b0651c

(master) http://github.com/droolsjbpm/kie-wb-common/commit/ce5ebacae
(master) http://github.com/droolsjbpm/kie-wb-distributions/commit/455b86340

In order to give more control over Authoring perspective, a new one was created and some new URL based parameter are expected.

New perspective name: AuthoringPerspectiveNoContext

New Parameter:

no_context_navigation = defines that project explorer should not allow change context (hide context breadcrumb)
explorer_mode = business_tree, business_explorer, tech_tree or tech_explorer
no_search = hides search text box from context menu area
path = project root path

Example of standalone mode:

http://localhost:8080/kie-wb//kie-wb.html?standalone=true&perspective=AuthoringPerspectiveNoContext&no_context_navigation=true&explorer_mode=business_tree&header=ComplementNavArea&no_search&path=git://uf-playground/mortgages

--- Additional comment from Marek Baluch on 2015-02-10 10:12:34 EST ---

Jirko please coordinate with all the engineers responsibe for each editor.

--- Additional comment from Alexandre Porcelli on 2015-03-16 14:07:03 EDT ---

Improvements (as requested by email) now if path is a file.. it opens it:

(master) http://github.com/uberfire/uberfire/commit/b045dcf3c
(master) http://github.com/droolsjbpm/kie-wb-distributions/commit/e6ce14855

--- Additional comment from Alexandre Porcelli on 2015-03-24 10:40:06 EDT ---

Last changes (comment#4) introduces a small improvement asked by consultant - basically it opend the file if the path provided is a file.
Consultante mentioned that this would be a good feature to have, but not mandatory, in the otherhand this is a low risk change that would allow customer evolve their current solution.