Skip to content

Commit 571df6e

Browse files
authored
openpoint/60134 Increase reminder notes chars length from 80 to 128 (opf#17479)
https://community.openproject.org/work_packages/60134
1 parent 0d7ebce commit 571df6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/contracts/reminders/base_contract.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
module Reminders
3030
class BaseContract < ::ModelContract
31-
MAX_NOTE_CHARS_LENGTH = 80
31+
MAX_NOTE_CHARS_LENGTH = 128
3232

3333
attribute :creator_id
3434
attribute :remindable_id

0 commit comments

Comments
 (0)