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
@timbl
As can be seen on the last line st:size 409, 4096. is wrong
This is the result of :
edit container representation in source-pane
reload of the page
My understanding is that on container representation the source-pane is called using solid-logic load() that is doing a add to the store and not use cache if exists.
There may be 2 different problems :
load() is actually adding to the store and not using the store as a cache ?
At least when a container representation is displayed with source-pane it should be refreshed when reloaded ?.
The text was updated successfully, but these errors were encountered:
@timbl
As can be seen on the last line
st:size 409, 4096.
is wrongThis is the result of :
My understanding is that on container representation the source-pane is called using solid-logic load() that is doing a
add
to the store and not use cache if exists.There may be 2 different problems :
The text was updated successfully, but these errors were encountered: