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
f300207a
Commit
f300207a
authored
11 years ago
by
juanf
Browse files
Options
Downloads
Patches
Plain Diff
BIS-659 / SP-1195 : ELN UI : Sort Samples table by column contents clicking on the header
SVN: 31157
parent
da2b159f
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
plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/controllers/MainController.js
+3
-0
3 additions, 0 deletions
.../webapps/newbrowser/html/js/controllers/MainController.js
with
3 additions
and
0 deletions
plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/controllers/MainController.js
+
3
−
0
View file @
f300207a
...
@@ -263,6 +263,9 @@ function MainController(profile) {
...
@@ -263,6 +263,9 @@ function MainController(profile) {
this
.
_showViewSamplePageFromPermId
=
function
(
permId
)
{
this
.
_showViewSamplePageFromPermId
=
function
(
permId
)
{
var
localInstance
=
this
;
var
localInstance
=
this
;
this
.
serverFacade
.
searchWithUniqueId
(
permId
,
function
(
data
)
{
this
.
serverFacade
.
searchWithUniqueId
(
permId
,
function
(
data
)
{
if
(
!
data
[
0
])
{
window
.
alert
(
"
The item is no longer available, refresh the page, if the problem persists tell your admin that the Lucene index is probably corrupted.
"
);
}
//Update menu
//Update menu
var
breadCrumbPage
=
new
BreadCrumbPage
(
'
view-sample
'
,
"
showViewSamplePageFromPermId
"
,
data
[
0
].
permId
,
'
View
'
+
data
[
0
].
code
);
var
breadCrumbPage
=
new
BreadCrumbPage
(
'
view-sample
'
,
"
showViewSamplePageFromPermId
"
,
data
[
0
].
permId
,
'
View
'
+
data
[
0
].
code
);
localInstance
.
navigationBar
.
updateBreadCrumbPage
(
breadCrumbPage
);
localInstance
.
navigationBar
.
updateBreadCrumbPage
(
breadCrumbPage
);
...
...
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