-
Notifications
You must be signed in to change notification settings - Fork 34
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
PLANET-7635 Move remaining code from plugin #2483
base: main
Are you sure you want to change the base?
Conversation
7bdcdda
to
6bb6fea
Compare
/unhold fa41d8a9-8b7d-4dac-a210-1c1beff7f362
6bb6fea
to
6f8692b
Compare
/unhold 600b91e4-0af2-4943-8b1f-2efd4982d0ff
6f8692b
to
290f771
Compare
/unhold ba88e203-4e03-4a37-9697-60664f3321cc
290f771
to
4b216e9
Compare
/unhold 21dc9923-08b4-42a2-a8ce-e4c03787cd01
a67d320
to
f643e97
Compare
/unhold aefb8362-e8ba-4cf9-a778-05e8a5fe5898
f643e97
to
0d1ff16
Compare
/unhold e7ca49ea-424a-4b4b-9f0c-187c20179cb4
0d1ff16
to
0088adb
Compare
/unhold a81dcfe8-f6a4-45dc-9a00-1be5f0489e6f
0088adb
to
239889e
Compare
/unhold 15c9f992-8501-459c-bf82-325d11d93fa6
239889e
to
bb5f420
Compare
/unhold 122a1fc2-04e1-43df-babe-8e5b3638925c
925c4a3
to
447ecf7
Compare
/unhold 684c4a03-dbf6-418c-89ec-7999c59fd837
/unhold b4e119b3-104b-4798-af3b-89778ea1c25b
/unhold d0ff754a-d777-4fb8-9f3e-9abe12e5ae16
48c2771
to
ec06f4d
Compare
/unhold 7347750d-5a3b-474e-b1e6-ea2b6def96f2
ec06f4d
to
001aaf2
Compare
/unhold 7c44179c-eaf0-46cd-8494-5768d7469a80
@mardelnet both great catches and now moved! |
For these, again I'll refer to @comzeradd, sorry but I'm not sure 😬 Edit: @comzeradd the only one I'm unsure of is
|
Yes, I couldn't find any usage of this function either. We should probably also clean up that code in the theme then. |
/unhold fd5701f1-903a-4752-8ade-8453eb35ba00
/unhold a40ed880-76a9-4775-80a9-e09d2e4a8c4e
I think it's fine to leave this out. We already have moved the menu options for this functionality. |
d0fd1b1
to
c798b57
Compare
/unhold 12df2ee6-d894-4b8e-b7ad-1911f6e884c2
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.
Great job, @mleray
Once the file conflict is solved, I'll approve this PR.
However, due to the complexity and risk of merging this, I'd suggest you go for a second approval and UAT approval, as well.
This is in preparation to finally retire it
This was set in the plugin but in the theme we use p4_vars
This is causing issues otherwise
We made some simplifications when migrating the block to the theme that broke this behaviour
We can just add these in the editor overrides
This removes one line of code with an unnecessary variable
This removes a file and some unnecessary code
This was requested by PR feedback
These were really small files so we can directly include the code in editorStyle
Not sure why this function was duplicated there
The slug was incorrect
These used to be in the plugin
This used to be in the plugin
This filter used to be in the plugin
This is no longer used
This was not used
c798b57
to
1f43bc6
Compare
/unhold 10493e6b-e1e1-40b8-a504-598a05080640
Description
See PLANET-7635
Moved code:
Other changes
p4bk_vars
app.js
Note: the editor validation feature also needs to be moved, it's done in #2470