Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Jun 2013 at 21:21 UTC
Updated:
29 Jul 2014 at 22:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
irinaz commentedThe common label is "Bulk Actions"
Comment #2
a_c_m commentedPatch included.
But i wasn't able to confirm the title/label is translatable, as it didn't seem to get picked up by the config translation module.
Also, i expect this needs some tests to check it all works the way it should, but i might need some guidance there on where to start / direction to take etc.
Comment #3
a_c_m commentedComment #4
dawehnerThe codestyle (which is not properly done by views itself) is to put /** {@inheritdoc} */ on the functions.
Adding a tag.
Comment #5
a_c_m commentedadding docs inherit.
Comment #6
a_c_m commentedI would like to add the tests for this, but i'm not sure where to start.
Are there any good examples of how similar tests were done?
Comment #7
dawehnerLet's add some tests.
Comment #8
damiankloip commentedI think it is worth asserting the default label before changing it and saving the view.
Comment #9
dawehnerThere we go.
Comment #10
damiankloip commentedOtherwise, I just manually tested again - this is working well. RTBC.
I just changed the test comment from label to comment just to keep things uniform, and felt bad asking you to reroll again because of that!
Comment #12
damiankloip commented#10: 2020111-10.patch queued for re-testing.
Comment #13
dawehnerAnd back.
Comment #14
alexpottWe need to update the views config schema so that it's translatable.
Comment #15
dawehnerSometimes you eat tags, sometimes you spit them out.
Comment #16
joachim commented> We need to update the views config schema so that it's translatable.
What does that mean? I don't see anything else in views.field.schema.yml that is marked as translatable.
Patch currently applies with fuzz, so we're probably fine without a reroll for now.
Comment #17
damiankloip commentedRerolled, this patch already has the schema definition for the action_title property. So I think we are good?
Comment #18
damiankloip commentedActually, the schema definition for this should live in action module, as that's where the field handler comes from.
Comment #19
dawehnerBack to rtbc
Comment #20
xano18: 2020111-18.patch queued for re-testing.
Comment #21
webchickCommitted and pushed to 8.x. Thanks!