Refactorings and gui improvements
This commit is contained in:
parent
c965e03e5a
commit
d1294c2fc4
46 changed files with 358 additions and 128020 deletions
|
|
@ -5,7 +5,6 @@ class ChecklistEntry < ApplicationRecord
|
|||
belongs_to :check
|
||||
|
||||
before_validation :set_position
|
||||
before_create :update_positions
|
||||
before_update :update_positions, if: :position_changed?
|
||||
|
||||
def set_position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue