- Issue created by @minoroffense
- Status changed to Needs review
over 1 year ago 5:01pm 15 March 2023 - ๐จ๐ฆCanada minoroffense Ottawa, Canada
Here's a patch to allow the element.
- Status changed to RTBC
over 1 year ago 6:28pm 15 March 2023 - ๐ฎ๐ณIndia TanujJain-TJ
Tested patch #2 with Drupal:10.1.x, patch applied successfully and solved the issue of
<data>
element getting removed in view.adding screenshots of view element and before and after applying patch #2. RTBC +1
- Status changed to Needs work
over 1 year ago 7:05pm 15 March 2023 - ๐บ๐ธUnited States smustgrave
Next step would be to add a test assertion for it also.
- ๐ฆ๐บAustralia acbramley
At least needs a reroll, a similar issue popped up today in slack โจ Xss::filterAdmin() to allow "dialog" Needs review - wondering what the use-case is for adding data elements?
- Status changed to Postponed: needs info
4 months ago 1:10pm 17 July 2024 - ๐บ๐ธUnited States smustgrave
Put the related issue into PNMI so think this should be too.
- Status changed to Needs work
4 months ago 1:43pm 19 July 2024 - ๐จ๐ฆCanada minoroffense Ottawa, Canada
We setup a view that outputs values into a table for time spent entries. The data element describes the value as seconds and the we use that to generate charts and other things.
Views strips the data element without the patch. We canโt use the raw number since we want to show the value in different formats. The display value is human friendly but the data element lets us bring along machine friendly info.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/data
- ๐ฎ๐ณIndia prem suthar Ahemdabad- Gujrat , Jodhpur - Rajsthan
Prem Suthar โ made their first commit to this issueโs fork.
- Merge request !89413348218-data-element-stripped : Reroll the patch # 2 With the MR. โ (Open) created by prem suthar
- ๐ฎ๐ณIndia prem suthar Ahemdabad- Gujrat , Jodhpur - Rajsthan
Re-rolled The patch by mr .
- Status changed to Needs review
3 months ago 1:39pm 8 August 2024 - Status changed to Needs work
3 months ago 2:31pm 8 August 2024 - First commit to issue fork.
- Status changed to Needs review
3 months ago 3:18pm 9 August 2024 - Status changed to Needs work
3 months ago 10:17pm 11 August 2024 - ๐บ๐ธUnited States smustgrave
Was actually thinking of actual filtering tests, like in XssTest.php
- ๐ฎ๐ณIndia arunkumark Coimbatore
@smustgrave Do we require XssTest.php kind of test for an additional
<data>
tag? Because additional tags like