-
Notifications
You must be signed in to change notification settings - Fork 724
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
Allow listActions on a ReferencedList field #269
Comments
fzaninotto
added a commit
that referenced
this issue
Jan 31, 2015
Yes sir, very easy to add. |
Thanks for your always fast support. (I think my mistake was, that I didn't use the two colons in front of |
Is this already implemented? I pulled the repository today and I noticed the files were updated but this aparently does not work. Also. Can you post an usage example?. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think, it would be nice to have the possibility to use the
listActions
option from thelistView
also on aReferencedList
field. Hence it would be possible to jump form theReferencedList
table to the edtion, show and/or delete view of the corresponding item.Since the directive
<ma-datagrid>
is used for theReferencedList
too, this shouldn't be a big change in the existing code. I wasn't able to do it, probably because of a lack of knowledge about Angular binding and compiling issues.In maColumn.js from line 20 on: Instead of parsing an empty array for
listActions
you would parse then the new added variablelistActions
from theReferencedList
instance.The text was updated successfully, but these errors were encountered: