Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

controller should have access to their views #8

Open
renepickhardt opened this issue Mar 13, 2014 · 4 comments
Open

controller should have access to their views #8

renepickhardt opened this issue Mar 13, 2014 · 4 comments
Assignees

Comments

@renepickhardt
Copy link
Member

when working for example with a band controller it would be nice to have a possability to retrieve its view so that one can use the getter ans setter of the view to fill it with data.

@iekadou
Copy link

iekadou commented Mar 13, 2014

It would also be nice if a controller would have access other variables too, e.g. to it's unique identifier (e.g. the muid) to work with the entity.

@lschmelzeisen
Copy link
Member

All handle methods in controllers now have access to the view object, since its both passed by parameter and returned. Done with commit 294c369. I will look into how we can make variables accessable.

@renepickhardt
Copy link
Member Author

@lukasschmelzeisen if we fix bugs we should mention the bug id in the commit message this is useful if one wants to search for a bugfix in git log he can grep for it

@lschmelzeisen
Copy link
Member

aight :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants