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 !245 opened Feb 06, 2015 by Tuomas Riihimäki@tuomari

Limit number of places an unpaid bill can reserve

Limit the number of placeslots are counted when checking how many places an unpaid bill can reserve. This is done to limit the possibility for abuse by creating a bill with large number of places without any intent for paying it

Edited Feb 06, 2015
Request to merge tuomari:unpaidbillplaceslot into master

Merged

  • The changes were merged into master.
  • The source branch has been removed.
  • Discussion 3
  • Commits 2
  • Changes 6
  • {{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • 2a54e04ac87f85d4d091c3be1c8f9cea?s=80&d=identicon
    Tuukka Kivilahti
    @tkfftk started a discussion on the diff Feb 06, 2015
    code/moya-beans/ejbModule/fi/codecrew/moya/beans/EventBean.java
    242 242  
    243 243 if (retProp == null) {
    244 244 String def = property.getDefaultvalue();
    245 if(def != null && !def.trim().isEmpty() && !def.trim().equals("0"))
    245 if(def != null && !def.trim().isEmpty() && def.trim().equals("1"))
    • Tuukka Kivilahti @tkfftk commented Feb 06, 2015
      Owner

      Haistan C-koodarin :P

  • 2a54e04ac87f85d4d091c3be1c8f9cea?s=80&d=identicon
    Tuukka Kivilahti
    @tkfftk started a discussion on the diff Feb 06, 2015
    code/moya-beans/ejbModule/fi/codecrew/moya/beans/EventBean.java
    242 242  
    243 243 if (retProp == null) {
    244 244 String def = property.getDefaultvalue();
    245 if(def != null && !def.trim().isEmpty() && !def.trim().equals("0"))
    245 if(def != null && !def.trim().isEmpty() && def.trim().equals("1"))
    • Tuukka Kivilahti @tkfftk commented Feb 06, 2015
      Owner

      Eikun ei, vanha on c-tyylillä, uus erityylillä

  • E653e45857f523ba676b9ae7a0bab5dd?s=80&d=identicon
    Tuomas Riihimäki
    @tuomari started a discussion on the diff Feb 06, 2015
    code/moya-beans/ejbModule/fi/codecrew/moya/beans/EventBean.java
    242 242  
    243 243 if (retProp == null) {
    244 244 String def = property.getDefaultvalue();
    245 if(def != null && !def.trim().isEmpty() && !def.trim().equals("0"))
    245 if(def != null && !def.trim().isEmpty() && def.trim().equals("1"))
    • Tuomas Riihimäki @tuomari commented Feb 06, 2015
      Owner

      Nyt se on konsistentisti joka paikassa samalla tavalla.

  • Tuukka Kivilahti @tkfftk

    mentioned in commit 1a1dec84

    Feb 06, 2015

    mentioned in commit 1a1dec84

    Toggle commit list
  • Tuukka Kivilahti @tkfftk

    Status changed to merged

    Feb 06, 2015

    Status changed to merged

    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!245