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

[BUG FIX] [MER-3775] Allow embedded page links to open #5092

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

darrensiegel
Copy link
Contributor

The logic here to determine how to wire up the "back button" did not consider that @current_page will be nil when the current page is NOT in the hierarchy.

There was one other usage of @current_page that I adjusted also in this template.

@eliknebel eliknebel merged commit 55d7ee6 into hotfix-v0.28.8 Sep 11, 2024
6 checks passed
@eliknebel eliknebel deleted the account-for-unordered-pages branch September 11, 2024 14:31
eliknebel added a commit that referenced this pull request Sep 24, 2024
* delay submission to ensure all save state calls have finished

* set version

* reduce deferred period

* disable all activity inputs

* Auto format

* [BUG FIX] [MER-3775] Allow embedded page links to open (#5092)

* account for unordered pages

* use page_context instead of current_page

* [CHORE] [MER-3786] allow setting of the interval and target for db_connection (#5093)

* [BUG FIX] [MER-3797] Fix Youtube XAPI emitting  (#5099)

* directly provide atempt guid

* Auto format

---------

Co-authored-by: darrensiegel <darrensiegel@users.noreply.github.com>

* bump version number

* bump version number

* [BUG FIX] [MER-3823] Convert numeric to text input (#5109)

* convert numeric to text input

* cleanup

* Auto format

* change regex to allow 300. and .300 as valid numbers

* allow same numbers in answer authoring as in delivery

---------

Co-authored-by: darrensiegel <darrensiegel@users.noreply.github.com>
Co-authored-by: Anders Weinstein <andersw@cs.cmu.edu>

* [BUG FIX] [MER-3619] Fix an issue where account creation silently fails in certain cases (#5108)

* fix an issue where account creation was not properly filtering out LTI accounts

* remove redundant clause

* Auto format

---------

Co-authored-by: eliknebel <eliknebel@users.noreply.github.com>

* fix pow_test

* fix formatting

---------

Co-authored-by: Darren Siegel <siegel.darren@gmail.com>
Co-authored-by: darrensiegel <darrensiegel@users.noreply.github.com>
Co-authored-by: Anders Weinstein <andersw@cs.cmu.edu>
Co-authored-by: eliknebel <eliknebel@users.noreply.github.com>
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