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
c0095be5
Commit
c0095be5
authored
14 years ago
by
izabel
Browse files
Options
Downloads
Patches
Plain Diff
fix: sections not hiding
SVN: 18183
parent
0ffe6294
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openbis/etc/web-client.properties
+2
-2
2 additions, 2 deletions
openbis/etc/web-client.properties
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/AbstractViewer.java
+3
-3
3 additions, 3 deletions
...eric/client/web/client/application/ui/AbstractViewer.java
with
5 additions
and
5 deletions
openbis/etc/web-client.properties
+
2
−
2
View file @
c0095be5
...
@@ -41,11 +41,11 @@ sample-view.view = generic_sample_viewer
...
@@ -41,11 +41,11 @@ sample-view.view = generic_sample_viewer
sample-view.types
=
CELL_PLATE, CONTROL_LAYOUT
sample-view.types
=
CELL_PLATE, CONTROL_LAYOUT
sample-view.hide-sections
=
attachment-section, module-section
sample-view.hide-sections
=
attachment-section, module-section
experiment-view.view
=
generic_
sample
_viewer
experiment-view.view
=
generic_
experiment
_viewer
experiment-view.types
=
SIRNA_HCS
experiment-view.types
=
SIRNA_HCS
experiment-view.hide-sections
=
attachment-section
experiment-view.hide-sections
=
attachment-section
data-view.view
=
generic
-
dataset
-
viewer
data-view.view
=
generic
_
dataset
_
viewer
data-view.types
=
HCS_IMAGE
data-view.types
=
HCS_IMAGE
data-view.hide-smart-view
=
true
data-view.hide-smart-view
=
true
data-view.hide-file-view
=
false
data-view.hide-file-view
=
false
...
...
This diff is collapsed.
Click to expand it.
openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/AbstractViewer.java
+
3
−
3
View file @
c0095be5
...
@@ -168,15 +168,15 @@ public abstract class AbstractViewer<D extends IEntityInformationHolder> extends
...
@@ -168,15 +168,15 @@ public abstract class AbstractViewer<D extends IEntityInformationHolder> extends
public
static
String
getTitle
(
final
IMessageProvider
messageProvider
,
public
static
String
getTitle
(
final
IMessageProvider
messageProvider
,
final
String
entityKindDictKey
,
final
ICodeHolder
codeProvider
)
final
String
entityKindDictKey
,
final
ICodeHolder
codeProvider
)
{
{
return
messageProvider
.
getMessage
(
Dict
.
DETAILS_TITLE
,
messageProvider
return
messageProvider
.
getMessage
(
Dict
.
DETAILS_TITLE
,
.
getMessage
(
entityKindDictKey
),
codeProvider
.
getCode
());
messageProvider
.
getMessage
(
entityKindDictKey
),
codeProvider
.
getCode
());
}
}
/** Updates data displayed in the browser (needed to open editor view). */
/** Updates data displayed in the browser (needed to open editor view). */
protected
void
updateOriginalData
(
D
newData
)
protected
void
updateOriginalData
(
D
newData
)
{
{
this
.
originalData
=
newData
;
this
.
originalData
=
newData
;
this
.
displayIdSuffix
=
newData
.
getEntityKind
()
+
"_"
+
newData
.
getEntityType
().
getCode
();
this
.
displayIdSuffix
=
newData
.
getEntityType
().
getCode
();
updateTitle
(
getOriginalDataDescription
());
updateTitle
(
getOriginalDataDescription
());
setToolBarButtonsEnabled
(
true
);
setToolBarButtonsEnabled
(
true
);
}
}
...
...
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