- ๐บ๐ธUnited States smustgrave
Slightly reviewing very old tickets as part of needs-review-queue-initiative
This still appears to be the case and agree "Link display" is slightly off.
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 9:35am 23 January 2024 - ๐ฎ๐ณIndia Drupaler_Kushal Mathura
Completed the text change as suggested. Please review the PR https://git.drupalcode.org/project/drupal/-/merge_requests/6282.
- Assigned to sandeep_k
- ๐ฎ๐ณIndia sandeep_k New Delhi
Hi @Drupaler_Kushal, I've Tested the shared MR- MR !6282 mergeable on the Drupal- 11.0-dev version, The Patch was applied successfully and looks good to me.
Testing Steps:
- Install Drupal- 11.0.
- Go to> admin/structure/view-
- Create/edit view- Scroll down the Pager section to view the label, Attached before results
- Download the shared patch & apply.
- Create/edit view- Scroll down the Pager section to re-verify this.
Testing Results:
After applying the patch, the text label is changed now. RTBC++ - Issue was unassigned.
- Status changed to Needs work
about 1 year ago 1:39pm 23 January 2024 - ๐บ๐ธUnited States smustgrave
Was tagged for issue summary and tests.
- ๐ฎ๐ณIndia pooja saraah Chennai
Issue Summary:
Problem/Motivation:
The current option summary for 'Link display' in the DisplayPluginBase class is unclear and can lead to confusion. This issue aims to improve clarity by updating the option summary text to 'Destination.'
Steps to Reproduce:
* Navigate to a Views configuration page.
* Observe the 'Link display' option in the pager category.
Proposed Solution:
Update the title of the 'link_display' option from:
'title' => $this->t('Link display'),
to:
'title' => $this->t('Destination'),
This change provides a more descriptive and understandable label for the option.Test Plan:
* Before applying the patch:
* Verify that the option summary for 'Link display' is present on a Views configuration page.
* Confirm that the text is currently set to 'Link display.'
* Apply the Patch:
* Apply the provided patch to update the 'Link display' text to 'Destination.'
* Confirm that the patch applies cleanly without conflicts.
* After applying the patch:
* Navigate to a Views configuration page.
* Verify that the 'Link display' text in the option summary is now replaced with 'Destination.' - ๐บ๐ธUnited States smustgrave
Issue summaries shouldnโt go in a comment. And full template should be used.
Test could be as simple as an assertion somewhere
- Status changed to Needs review
about 1 year ago 11:02am 1 February 2024 - Status changed to Needs work
about 1 year ago 1:31pm 1 February 2024 - ๐บ๐ธUnited States smustgrave
Please read the comments and tags. This was tagged for a simple test which isnโt done.
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 7:24am 13 February 2024 - ๐ฎ๐ณIndia sumit-k
I've added a simple functional test to validate the changes made to the label.
- Status changed to Needs work
about 1 year ago 7:27pm 13 February 2024 - ๐ณ๐ฑNetherlands Lendude Amsterdam
Please search the Views and Views UI modules (and maybe others?) for 'Link display' and update all occurrences everywhere. Please make sure the changed sentences still make sense, not sure a find/replace is going to work everywhere
Did anybody ever look into moving this out of the pager section? I agree with @dawehner in #1 that this feel like a weird place for this.
Do we need to think about updating the machine name of the setting too? We now have a big difference between the name of the field in code and the name in the UI which can lead to more confusion but now from a DX perspective
Do we need to run the new label past some UI experts and make sure we all agree this is the best we can come up with, 'Destination' feels a bit vague to me.
- ๐ณ๐ฑNetherlands johnv
ITMT, on D11.1, I cannot find the 'Link display' option in the pager setting, or anywhere on the view settings page, whereas #19 states it is still there on D11.0.
(EDIT: That is on a Page display - when checking a Block display, I can see the option. --> Updating summary with testAs suggested in #30, indeed, the term 'Link display' is still used elsewhere, amongst other in the 'more' link setting. These still must be addressed.
As dawehner suggests in #1 "Could we not just add a new group, as the link display really simply not belongs to the pager", the setting may move to a better location (affecting only the UI, not the saved configuration setting itself)
Now is the time!