Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Dec 15, 2023
2 parents 1a1402a + e3f4374 commit 7130b9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: core
specs:
uffizzi_core (2.4.1)
uffizzi_core (2.4.2)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down
2 changes: 1 addition & 1 deletion core/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi_core (2.4.1)
uffizzi_core (2.4.2)
aasm
actionpack (~> 6.1.0)
active_model_serializers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def scale_up?
end

def sync?
context.user_access_module.admin_or_developer_access_to_project?(context.user, context.project)
context.user_access_module.any_access_to_project?(context.user, context.project)
end

def destroy?
Expand Down
2 changes: 1 addition & 1 deletion core/lib/uffizzi_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module UffizziCore
VERSION = '2.4.1'
VERSION = '2.4.2'
end

0 comments on commit 7130b9e

Please sign in to comment.