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

WIP: 405 page add block modal #3454

Closed

Conversation

sanderdlm
Copy link
Contributor

Type

  • Enhancement

Resolves the following issues

/

Pull request description

This PR is an attempt to solve #3235, but isn't done. I've moved the original JSON content into a hidden field and made an attempt to move it back into the editor textarea's value property when a cancel button is clicked (as discussed in the last comment of the linked issue) but this doesn't seem to work. I figured I have to either reload the EditorJS instance to parse the old content I've put back, or somehow revert the AJAX call that is made by? Maybe @carakas could take a look and see where we go from here?

@sanderdlm sanderdlm requested a review from a team as a code owner August 31, 2021 16:16
@codecov
Copy link

codecov bot commented Aug 31, 2021

Codecov Report

Merging #3454 (5aaf3d8) into restructure-core (9cfa136) will decrease coverage by 0.21%.
The diff coverage is n/a.

Impacted file tree graph

@@                  Coverage Diff                   @@
##             restructure-core    #3454      +/-   ##
======================================================
- Coverage               32.81%   32.59%   -0.22%     
- Complexity               8724     8834     +110     
======================================================
  Files                     651      658       +7     
  Lines                   32106    32537     +431     
======================================================
+ Hits                    10534    10605      +71     
- Misses                  21572    21932     +360     
Flag Coverage Δ
functional 26.22% <ø> (-0.16%) ⬇️
installer 4.76% <ø> (-0.07%) ⬇️
unit 12.08% <ø> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...iaLibrary/Domain/MediaItem/MediaItemRepository.php 5.55% <0.00%> (-3.54%) ⬇️
src/Common/Doctrine/Entity/Meta.php 45.07% <0.00%> (-1.49%) ⬇️
src/Frontend/Modules/Search/Engine/Model.php 34.05% <0.00%> (-1.18%) ⬇️
src/Backend/Core/Engine/Meta.php 59.55% <0.00%> (-0.45%) ⬇️
src/Frontend/Core/Engine/Page.php 72.64% <0.00%> (-0.36%) ⬇️
src/Common/Core/Cookie.php 66.66% <0.00%> (ø)
src/Backend/Core/Ajax/GenerateUrl.php 0.00% <0.00%> (ø)
src/Backend/Modules/Settings/Actions/Index.php 0.00% <0.00%> (ø)
src/Backend/Modules/Search/Actions/Statistics.php 0.00% <0.00%> (ø)
src/Frontend/Modules/FormBuilder/Widgets/Form.php 0.00% <0.00%> (ø)
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9cfa136...5aaf3d8. Read the comment docs.

@carakas carakas added this to the Restructure Core milestone Aug 31, 2021
@carakas carakas added this to In progress in Restructure Core via automation Aug 31, 2021
@carakas carakas deleted the branch forkcms:restructure-core September 20, 2023 11:56
@carakas carakas closed this Sep 20, 2023
Restructure Core automation moved this from In progress to Done Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants