Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    13.1d projectLoadingReify sample warning

    Hi Isomorphic,

    using this sample (SNAPSHOT_v13.1d_2022-03-12) you'll see a warning on click of "Load project"
    WARN:SavedSearches:SavedSearches has loaded saved fetches for component: isc_TreeGrid_0. This component has already fired it's initial fetch. Any restored last or default criteria will be applied as a follow-on to this fetch. If you are using a SavedSearchItem, this can occur when the item is passed the targetComponent after targetComponent.draw(). Consider providing the targetComponent to this SavedSearchItem earlier in your code flow for efficiency and avoid an unnecessary extra fetch.
    Is this something that also will warn with normal non-Reify ListGrids when you somehow make it fetch data twice in a short period?

    Best regards
    Blama

    #2
    Hi Blama
    This warning is appropriate in some circumstances - it implies that you've got autoFetchData set to true, a grid performs an initial fetch, and then it gets associated with the new SavedSearches subsystem - likely due to a SavedSearchItem being defined on the page, which potentially causes a second fetch for a user-specified "saved search" which will wipe out the criteria from the initial fetch.

    This is a somewhat unusual setup and would be something that could be avoided/improved by a change to the application design.

    The warning shouldn't be showing up for this sample - that's some over zealous logging which we have someone queued to look at.

    Also we noticed the UI for this sample is a little off -- the loaded screen is showing full screen with some of the underlying page showing through it (in at least some browsers). We also have that queued up to be looked at

    So in short - we're aware of a couple of problems with this sample and should have them in hand relatively soon

    Regards
    Isomorphic Software

    Comment


      #3
      Hi Isomorphic,

      these warnings are all gone (SNAPSHOT_v13.1d_2022-08-29).

      Thank you & Best regards
      Blama

      Comment

      Working...
      X