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

ENH Add campaign-admin support back in #1548

Draft
wants to merge 1 commit into
base: 3.0
Choose a base branch
from

Conversation

emteknetnz
Copy link
Member

@emteknetnz emteknetnz commented Mar 4, 2025

Issue https://github.com/silverstripeltd/product-issues/issues/895

yarn build failed to run, so will need to fix that up

@emteknetnz emteknetnz force-pushed the pulls/3.0/campaign-admin branch 7 times, most recently from d7a25b7 to c066f14 Compare March 6, 2025 03:57
@emteknetnz emteknetnz force-pushed the pulls/3.0/campaign-admin branch from c066f14 to 867bd5a Compare March 6, 2025 05:12
Copy link
Member

Choose a reason for hiding this comment

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

Just as a sanity check since you haven't provided any information - did you check if this can be done by adding code from the campaign admin module itself?

@@ -24,6 +25,7 @@
use SilverStripe\Assets\Image;
use SilverStripe\Assets\Storage\AssetNameGenerator;
use SilverStripe\Assets\Upload;
use SilverStripe\CampaignAdmin\AddToCampaignHandler;
Copy link
Member

Choose a reason for hiding this comment

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

Why are we adding this use statement, or the RuntimeException one?

Comment on lines -215 to +218
return array_merge($parentClientConfig, [
return ArrayLib::array_merge_recursive($parentClientConfig, [
Copy link
Member

Choose a reason for hiding this comment

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

What's this change for?

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