You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe logs : apart from editionView , show and deletionView returns undefined
Expected behavior:
entityName from deletionView: 1
entityName from showView: 1
entityName from editionView: 1
Actual behavior:
entityName from deletionView: undefined
entityName from showView: undefined
entityName from editionView: 1
The text was updated successfully, but these errors were encountered:
ashwanikumar415
changed the title
return argument of callback url function of Entity returns undefined for "showView" and "deleteView".
Return argument of callback url function of Entity returns undefined for "showView" and "deleteView".
Aug 1, 2017
ashwanikumar415
changed the title
Return argument of callback url function of Entity returns undefined for "showView" and "deleteView".
url function of Entity returns undefined for "showView" and "deleteView"
Aug 1, 2017
Description
The Description mentioned over "Entity Configuration" page for url() (https://github.com/marmelab/ng-admin/blob/master/doc/reference/Entity.md) doesnt work
"entityName" argument returned is undefined for showView and deletionView.
Note: Correct value is returned only in editionView
Steps to Reproduce
plunkr : http://plnkr.co/edit/ivjRaAK8S0bMQYOv9XOi?p=preview
Expected behavior:
entityName from deletionView: 1
entityName from showView: 1
entityName from editionView: 1
Actual behavior:
entityName from deletionView: undefined
entityName from showView: undefined
entityName from editionView: 1
The text was updated successfully, but these errors were encountered: