Skip to content

Conversation

mart-insiders
Copy link

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets comma separated list of tickets fixed by the PR

@mart-insiders mart-insiders changed the base branch from 6.4 to 7.x August 29, 2024 09:00
@mart-insiders mart-insiders force-pushed the url-chooser branch 2 times, most recently from c1bba76 to 1e616c4 Compare September 30, 2024 05:54
Copy link
Member

@acrobat acrobat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feature works well 👌 I've add a few comments and question but overall it looks alright!

Also can you rebase on the 7.2 branch and retarget the PR? I've already created the 7.2 release branch for the upcoming release!

if (field.name.indexOf($urlChooserName) !== -1 && field.name.indexOf('link_url') === -1) {
values[field.name] = field.value;
}
// deprecated, use adaptUrl(e.target) when enable_improved_urlchooser becomes standard
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain what is exactly deprecated? So I understand what to remove in 8.0

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The onclick event should trigger the function adaptUrl for the improved url chooser.
Everything below that is deprecated and only used for the current url chooser.
So, everything from r.222 var $form = $(this).closest('form'), untill r.264 }); is deprecated

@mart-insiders mart-insiders changed the base branch from 7.x to 7.2 January 28, 2025 07:17
@acrobat
Copy link
Member

acrobat commented Jan 31, 2025

Thanks @mart-insiders!

@acrobat acrobat merged commit ea5c986 into Kunstmaan:7.2 Jan 31, 2025
4 of 9 checks passed
@dannyvw dannyvw deleted the url-chooser branch February 1, 2025 11:21
dannyvw pushed a commit to insiders/KunstmaanBundlesCMS that referenced this pull request Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants