I need to know how to clear all entries in the Import Results Summary. The entries from the earlier attempts to import have told me what I want to know and are now clutter in this summary for the next attempt. If it cannot be done please consider this a feature request.

Comments

dman’s picture

Old messages are supposed to be flushed every time you initiate a new import.
If this is not happening, there may be a problem somewhere, I'll check. The debug log can be a bit messy, I know :)

dman’s picture

Status: Active » Postponed (maintainer needs more info)

Cannot replicate. It's clearing for me.
re-open if it's still an issue in -dev

verta’s picture

I have not yet had a successful import run, so my log page is a long litany of woe. A UI to clear it would be a nice thing, I'd have less scrolling to do while I work this out. I am installing the dev release today.

verta’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Component: Documentation » Code

The log does not clear on demo subsequent runs for me, running the latest dev version. I have a 2 page list of all the attempted demo runs I have tried. I have not yet tried a full run, this may be a separate conditions (the log is not cleared when a demo run starts).

dman’s picture

I'm really having trouble duplicating this.
The 'last run' timestamp always gets set right at the beginning of either an 'import' or a 'batch import' process,
and the results displayed are filtered to just show all messages later than that time. This really should be working.

dman’s picture

... ah. The DEMO button does not touch the timestamp. That's probably it.

Adding

  variable_set('import_html_last_import_timestamp', time());

into import_html_demo_form_submit()
could help.

dman’s picture

Status: Postponed (maintainer needs more info) » Fixed

This was fixed - at least in -dev - back then. Should be behaving

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.