Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
3218a0b8
Commit
3218a0b8
authored
14 years ago
by
buczekp
Browse files
Options
Downloads
Patches
Plain Diff
[LMS-1597] missing in commit
SVN: 17856
parent
63d1f44e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/locator/BrowserLocatorResolver.java
+4
-4
4 additions, 4 deletions
...eb/client/application/locator/BrowserLocatorResolver.java
with
4 additions
and
4 deletions
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/locator/BrowserLocatorResolver.java
+
4
−
4
View file @
3218a0b8
...
@@ -45,7 +45,7 @@ public class BrowserLocatorResolver extends AbstractViewLocatorResolver
...
@@ -45,7 +45,7 @@ public class BrowserLocatorResolver extends AbstractViewLocatorResolver
openSampleBrowser
(
groupOrNull
,
entityTypeOrNull
);
openSampleBrowser
(
groupOrNull
,
entityTypeOrNull
);
break
;
break
;
case
MATERIAL:
case
MATERIAL:
openMaterialBrowser
();
openMaterialBrowser
(
entityTypeOrNull
);
break
;
break
;
default
:
default
:
throw
new
UserFailureException
(
"Browsing "
+
entityKind
.
getDescription
()
throw
new
UserFailureException
(
"Browsing "
+
entityKind
.
getDescription
()
...
@@ -66,10 +66,10 @@ public class BrowserLocatorResolver extends AbstractViewLocatorResolver
...
@@ -66,10 +66,10 @@ public class BrowserLocatorResolver extends AbstractViewLocatorResolver
initialGroupOrNull
,
initialSampleTypeOrNull
));
initialGroupOrNull
,
initialSampleTypeOrNull
));
}
}
private
void
openMaterialBrowser
()
private
void
openMaterialBrowser
(
String
initialMaterialTypeOrNull
)
{
{
// TODO 2010-03-09, Piotr Buczek: optionally select material type
DispatcherHelper
.
dispatchNaviEvent
(
new
ComponentProvider
(
viewContext
)
DispatcherHelper
.
dispatchNaviEvent
(
new
ComponentProvider
(
viewContext
).
getMaterialBrowser
(
));
.
getMaterialBrowser
(
initialMaterialTypeOrNull
));
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment