Marah Alh - 2024-01-09

Hello dears,

kindly your help that I create the below fields for pending status:

<field id="providerstopwatch" xsi:type="AttributeStopWatch" _delta="define">
                <states>
                    <!-- this are the states, during which the stopwatch is counting time -->
                    <state id="pending">pending</state>
                </states>
                <working_time/>
                <thresholds/>
                <always_load_in_tables>true</always_load_in_tables>
                </field>
                <field id="pending_provider_delay" xsi:type="AttributeSubItem" _delta="define">
                    <target_attcode>providerstopwatch</target_attcode>
                    <!-- Possible item_code: timespent, started, laststart, stopped  -->
                    <item_code>timespent</item_code>
                </field>

when I present it on back-office I got this:

pending provider delay
30min 40s
providerstopwatch
States  pending
Elapsed running 
Started 2024-01-09 11:49:57
LastStart   2024-01-09 12:55:17
Stopped 

but on portal I got this:

pending provider delay
30min 40s
providerstopwatch
1840

How can edit the view on portal like back-office.

thank you.