-
Notifications
You must be signed in to change notification settings - Fork 441
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
MenuItemModel lacks text and link properties #3748
Comments
Sorry @tdonohue, it's my first PR here. What am I supposed do at this stage? |
@otuoma : At this stage, your PR has made it onto our Project Board (https://github.com/orgs/DSpace/projects/31) and is waiting on a volunteer to review it. So, there's nothing for you to do but be patient. Please do keep in mind though that we have a backlog of reviews currently (and it's the end of the year) so, unfortunately, it may be a while until a volunteer is able to review your work. If you wanted to try to speed up the process, you are also allowed to ask a different developer if they would be willing to trade reviews (where you would review/test one of their PRs in exchange for them reviewing/testing yours). See https://wiki.lyrasis.org/display/DSPACE/Trading+reviews+on+Pull+Requests |
As noted in the PR (see this comment), we discovered this was not a bug. Instead, the issue was caused by slightly incorrect code. In order to specify a
The above code example (in the issue description) had accidentally left off the |
Describe the bug
In strongly typed typescript setups, using the properties 'link' and 'text' on instances of MenuItemModel fails with the following error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All properties should be defined on the model interface
Related work
I have created a PR #3750
The text was updated successfully, but these errors were encountered: