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

🧹 Restore <%= render... #954

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Dec 18, 2023

Prior to this commit, we had a case where <% render was called. The result would be that we would in fact not render the results.

In the file from PR 930 the render moved from <%= render to <% render

With this commit, we restore that rendering.

Related to:

Prior to this commit, we had a case where `<% render` was called.  The
result would be that we would in fact not render the results.

In the [file from PR 930][1] the render moved from `<%= render` to `<%
render`

With this commit, we restore that rendering.

Related to:

- #930
- #911

[1]: https://github.com/scientist-softserv/palni-palci/pull/930/files#diff-521d4c52bd51d0f13962e2d0b09d2740a257187d4fbf7b1fd8cff53e36b1362e
@jeremyf jeremyf merged commit 8754556 into main Dec 18, 2023
6 of 7 checks passed
@jeremyf jeremyf deleted the restore-render-of-work-description branch December 18, 2023 16:56
jeremyf added a commit to samvera/hyku that referenced this pull request Dec 19, 2023
jeremyf added a commit to samvera/hyku that referenced this pull request Dec 19, 2023
jeremyf added a commit to samvera/hyku that referenced this pull request Dec 19, 2023
jeremyf added a commit to samvera/hyku that referenced this pull request Dec 19, 2023
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

Successfully merging this pull request may close these issues.

2 participants