Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
Merged
Merge Request !285 opened May 25, 2015 by Juho Juopperi@jkj

Bugfix for map queue mgmt view

22:17 < Outo-Lint> yritin mennä ylläpito näkymässä "Konepaikat"-> "Kartat" ja sain tällasen: 22:17 < Outo-Lint> 0x14d8c804c12 22:17 < Outo-Lint> You have encountered an error. 22:17 < Outo-Lint> /neomap/quemgmt.xhtml @19,92 value="#{queueManageView.queuebean.minimumSlotsInQueue}": The class 'com.sun.proxy.$Proxy640' does not have the property 'minimumSlotsInQueue'.

Should be: #{queueManageView.queue.minimumSlotsInQueue}

Edited May 26, 2015
Request to merge jkj:bugfix/map-queue-error into master
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://gitlab.codecrew.fi/jkj/moya.git bugfix/map-queue-error
git checkout -b jkj/moya-bugfix/map-queue-error FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff jkj/moya-bugfix/map-queue-error

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Merged

  • The changes were merged into master.
  • Discussion 0
  • Commits 1
  • Changes 1
  • {{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Tuukka Kivilahti @tkfftk

    Status changed to merged

    May 26, 2015

    Status changed to merged

    Toggle commit list
  • Tuukka Kivilahti @tkfftk

    mentioned in commit 58e80dea

    May 26, 2015

    mentioned in commit 58e80dea

    Toggle commit list
  • Write
  • Preview
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
2
2 participants
Reference: codecrew/moya!285