Merge pull request #838 from Blizzard/fix-action
Fix bug in 'action.isConfigurable' not checking for onWorkspace.
This commit is contained in:
commit
501466302f
@ -194,7 +194,7 @@
|
||||
if not self then
|
||||
self = action.current() or {}
|
||||
end
|
||||
if self.onSolution or self.onsolution then
|
||||
if self.onWorkspace or self.onSolution or self.onsolution then
|
||||
return true
|
||||
end
|
||||
if self.onProject or self.onproject then
|
||||
|
Loading…
Reference in New Issue
Block a user