Closed (fixed)
Project:
Paragraphs Collection
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Jun 2020 at 16:15 UTC
Updated:
15 Jul 2020 at 21:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
johnchqueThis should work. :)
Comment #3
berdirhide for/show for should be translatable strings.
we don't need a summary for the default setting, that doesn't add something useful.
Do he have some UI tests that we could easily extend with an assertion for this?
Comment #4
deepak goyal commentedComment #5
deepak goyal commentedHi @Berdir
Updated patch please review.
Comment #6
berdirHm, looks like the test class renaming in paragraphs broke paragraphs_collection :-/
Lets fix that in a separate issue.
Also, I wasn't clear, but 'always' should be removed as well, not interested in that output either in the summary.
Comment #7
johnchqueWorking on this.
Comment #8
johnchqueUpdated the logic not to do some operations without having the right values set.
Comment #10
berdirSo the existing tests seems to trigger a notice, which is great, because it means we already trigger this method and need to a) fix it and b) add an assert for the expected message.
Comment #11
johnchqueAdding tests and fixing the notice. :)
Comment #12
berdirthat we have this extra container key in the stored settings is unfortunate, but hard to fix now.
Committed.