You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Version number to 1.14.0
* fix prepareRecordExport
* Pages with bottom part gray & edit records only records scrollable
* erros aren’t displayed if the request fails
* only dynamic slice has tooltip for long names
* Dropdown values hidden (z-index seems off)
* Tooltip overlaps button ( 3x occurences)
* Loading sign is shown on close
* Heading for Calculation progress always visible
* Space on edit name is not automatically replaced
* Allow removal of last character in heuristic name (wont save but for changes)
* Adds fix for heuristic layout
* Import snapshot with PW → keep modal open
* new line is added on SHIFT + ENTER
* when saving the code, load is not available until reload of page
* run on 10 error
* Dropdown Type is always reset to Attribute on page navigation
* Clear the tmp value in store
* fixes: (Zero Shot) on some refresh, input attribute options are empty
* fixes key for prepare-record-export
---------
Co-authored-by: anmarhindi <[email protected]>
Co-authored-by: JWittmeyer <[email protected]>
<Tooltipcolor="invert"placement="left"content={props.currentAttribute.state==AttributeState.USABLE ? 'Attribute is already in use' : requestedSomething ? 'Test is running' : checkIfAtLeastRunning ? 'Another attribute is running' : checkIfAtLeastQueued ? 'Another attribute is queued for execution' : props.tokenizationProgress<1 ? 'Tokenization is in progress' : runOn10HasError ? 'Run on 10 records has an error' : 'Execute the attribute on all records'}>
83
+
<Tooltipcolor="invert"placement="bottom"content={props.currentAttribute.state==AttributeState.USABLE ? 'Attribute is already in use' : requestedSomething ? 'Test is running' : checkIfAtLeastRunning ? 'Another attribute is running' : checkIfAtLeastQueued ? 'Another attribute is queued for execution' : props.tokenizationProgress<1 ? 'Tokenization is in progress' : runOn10HasError ? 'Run on 10 records has an error' : 'Execute the attribute on all records'}>
0 commit comments