Declined
Last Updated: 02 Jan 2024 11:19 by ADMIN
Scott
Created on: 07 Oct 2014 23:40
Type: Feature Request
1
FindExpression Used in Error Log
Currently in the error log it has the FindExpression used, which is great.  However the format it is in is as follows:

[id 'Exact' AddEditFormat-AddEditDisplayColumnsInFormat-Form] AND [TagName 'Exact' div] THEN UNDER NODE FIND [data-for 'Exact' Column Title] AND [style 'Contains' display: bock] AND [TagName 'Exact' h4][class 'Contains' mistro-form-invalid] AND [TagName 'Exact' div] AND [TextContent 'Exact' Column Title is required]

To do any sort of debugging using the DOM Explorer I then have to convert this to:

TagName=div,id=AddEditFormat-AddEditDisplayColumnsInFormat-Form,|,data-for=Column Title,style=~display: bock,TagName=h4,class=~mistro-form-invalid,TagName=div,TextContent=Column Title is required

I would save a lot of time, if the error long just gave me the FindExpression in this format as well.  Then I can just copy and past it into the DOM Explorer and start cutting sections out of it to see where I have gone wrong.

Regards,

Scott
0 comments