-
Notifications
You must be signed in to change notification settings - Fork 294
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
Fixes #24587 - Modules Streams associated to a CVV #7699
Conversation
Adds the ability to view repository Module Streams
Added code to show module streams in a repository
UI bindings to show module stream data for a content view version
Issues: #24587 |
</tr> | ||
</tbody> | ||
</table> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is the same as the other PR, you can make this a shared template/partial
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call
scoped_search on: :context, complete_value: true | ||
scoped_search on: :arch, complete_value: true | ||
scoped_search relation: :repositories, on: :name, rename: :repository, complete_value: true | ||
scoped_search relation: :repositories, on: :id, rename: :repository_id, complete_value: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does repo id really need to be searchable?
Closing this .. Comments here are going to be addressed in #7698 |
UI bindings to show module streams associated to a content view version
Piggy backs off #7698 and #7688
Look at the last commit for the changes here