Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8d1c4001
authored
Oct 23, 2014
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moar
1 parent
dff63485
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
code/moya-web/WebContent/resources/cditools/reader/backendReader.xhtml
code/moya-web/src/main/java/fi/codecrew/moya/web/cdiview/reader/ReaderView.java
code/moya-web/WebContent/resources/cditools/reader/backendReader.xhtml
View file @
8d1c400
code/moya-web/src/main/java/fi/codecrew/moya/web/cdiview/reader/ReaderView.java
View file @
8d1c400
...
...
@@ -293,7 +293,7 @@ public class ReaderView extends GenericCDIView {
// on polling mode, we do not use list, we use database and remember last readerEvent
namecontainer
.
setAutopoll
(
true
);
lastReadEvent
=
readerbean
.
getLastReaderEvent
(
namecontainer
.
getReaderId
());
lastReadEvent
=
getNewestEvent
();
//
readerbean.getLastReaderEvent(namecontainer.getReaderId());
}
/**
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment