Skip to content

Commit

Permalink
Merge pull request #1012 from PlanoramaEvents/staging
Browse files Browse the repository at this point in the history
v3.4.2
  • Loading branch information
balen authored Mar 21, 2024
2 parents a424a6e + 553eee1 commit 1cbeac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def published?
end

def keep_who_did_it
self.updated_by = PaperTrail.request.whodunnit
self.updated_by = PaperTrail.request.whodunnit if self.changed?
end

def keep_interest_trail
Expand Down
2 changes: 2 additions & 0 deletions config/initializers/taggable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

# use lower case for all tags ???? (TODO: check)
ActsAsTaggableOn.force_lowercase = false

ActsAsTaggableOn.delimiter = ';'

0 comments on commit 1cbeac1

Please sign in to comment.