forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: [AXIMST-28] expose editor for advanced xblocks #2528
Merged
GlugovGrGlib
merged 8 commits into
ts-develop
from
g-glugovskiy/expose_editor_on_backend
Apr 9, 2024
Merged
feat: [AXIMST-28] expose editor for advanced xblocks #2528
GlugovGrGlib
merged 8 commits into
ts-develop
from
g-glugovskiy/expose_editor_on_backend
Apr 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GlugovGrGlib
changed the title
feat: expose editor for advanced xblocks
feat: [AXIMST-28] expose editor for advanced xblocks
Apr 1, 2024
monteri
reviewed
Apr 1, 2024
from common.djangoapps.edxmako.shortcuts import render_to_response | ||
@require_http_methods("GET") | ||
@login_required | ||
def partial_edit_view_xblock(request,usage_key_string): |
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.
Suggested change
def partial_edit_view_xblock(request,usage_key_string): | |
def partial_edit_view_xblock(request, usage_key_string): |
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.
Thanks, I will still put draft on PR because it's very messy.
PKulkoRaccoonGang
force-pushed
the
g-glugovskiy/expose_editor_on_backend
branch
from
April 3, 2024 21:22
02e850e
to
678ef34
Compare
NiedielnitsevIvan
force-pushed
the
g-glugovskiy/expose_editor_on_backend
branch
3 times, most recently
from
April 8, 2024 16:22
11c8a9a
to
4cbb74a
Compare
NiedielnitsevIvan
force-pushed
the
g-glugovskiy/expose_editor_on_backend
branch
from
April 8, 2024 16:46
4cbb74a
to
3ecbbd6
Compare
PKulkoRaccoonGang
approved these changes
Apr 8, 2024
👍 |
GlugovGrGlib
commented
Apr 8, 2024
GlugovGrGlib
commented
Apr 8, 2024
GlugovGrGlib
commented
Apr 8, 2024
GlugovGrGlib
commented
Apr 8, 2024
GlugovGrGlib
commented
Apr 8, 2024
monteri
pushed a commit
that referenced
this pull request
Apr 10, 2024
* feat: expose editor for advanced xblocks * feat: added logic for displaying and hiding the xblock modal editing window * refactor: container_editor template refactoring --------- Co-authored-by: PKulkoRaccoonGang <[email protected]> Co-authored-by: Іван Нєдєльніцев <[email protected]>
GlugovGrGlib
added a commit
that referenced
this pull request
Apr 12, 2024
* feat: expose editor for advanced xblocks * feat: added logic for displaying and hiding the xblock modal editing window * refactor: container_editor template refactoring --------- Co-authored-by: PKulkoRaccoonGang <[email protected]> Co-authored-by: Іван Нєдєльніцев <[email protected]>
monteri
pushed a commit
that referenced
this pull request
Apr 17, 2024
* feat: expose editor for advanced xblocks * feat: added logic for displaying and hiding the xblock modal editing window * refactor: container_editor template refactoring --------- Co-authored-by: PKulkoRaccoonGang <[email protected]> Co-authored-by: Іван Нєдєльніцев <[email protected]>
monteri
pushed a commit
that referenced
this pull request
Apr 29, 2024
* feat: expose editor for advanced xblocks * feat: added logic for displaying and hiding the xblock modal editing window * refactor: container_editor template refactoring --------- Co-authored-by: PKulkoRaccoonGang <[email protected]> Co-authored-by: Іван Нєдєльніцев <[email protected]>
GlugovGrGlib
added a commit
that referenced
this pull request
May 2, 2024
* feat: expose editor for advanced xblocks * feat: added logic for displaying and hiding the xblock modal editing window * refactor: container_editor template refactoring --------- Co-authored-by: PKulkoRaccoonGang <[email protected]> Co-authored-by: Іван Нєдєльніцев <[email protected]>
GlugovGrGlib
added a commit
that referenced
this pull request
May 14, 2024
* feat: expose editor for advanced xblocks * feat: added logic for displaying and hiding the xblock modal editing window * refactor: container_editor template refactoring --------- Co-authored-by: PKulkoRaccoonGang <[email protected]> Co-authored-by: Іван Нєдєльніцев <[email protected]>
GlugovGrGlib
added a commit
that referenced
this pull request
May 17, 2024
* feat: expose editor for advanced xblocks * feat: added logic for displaying and hiding the xblock modal editing window * refactor: container_editor template refactoring --------- Co-authored-by: PKulkoRaccoonGang <[email protected]> Co-authored-by: Іван Нєдєльніцев <[email protected]>
GlugovGrGlib
added a commit
that referenced
this pull request
Jun 6, 2024
* feat: expose editor for advanced xblocks * feat: added logic for displaying and hiding the xblock modal editing window * refactor: container_editor template refactoring --------- Co-authored-by: PKulkoRaccoonGang <[email protected]> Co-authored-by: Іван Нєдєльніцев <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding editor view on backend to embed it into Studio MFE in an Iframe
Supporting information
Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
Be sure to check they are publicly readable, or if not, repeat the information here.
Testing instructions
{CMS_BASE}/xblock/{xblock_locator}/editor
Other information