collectiveidea / interactor

Interactor provides a common interface for performing complex user interactions.
MIT License
3.36k stars 212 forks source link

allow multiple organize calls in an organizer #134

Closed hedgesky closed 7 years ago

hedgesky commented 7 years ago

Implements #127.

hedgesky commented 7 years ago

I've made the following change:

-        @organized ||= []
-        @organized += interactors.flatten
+        organized.concat(interactors.flatten)

Fixed up already existing commit.

laserlemon commented 7 years ago

@hedgesky I made a mess of this trying to resolve conflicts in the web interface. Could you please rebase this against v4 or cherry-pick your one commit against a new branch off of v4 and force push? Something to dig me out of this. Thanks!

hedgesky commented 7 years ago

Done.