6.0.0-beta1
8/7/25

[#12242] js error "Click to always show images"
Summary js error "Click to always show images"
Queue IMP
Queue Version 6.0.4
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester viktor (at) szepe (dot) net
Created 05/07/2013 (4475 days ago)
Due
Updated 05/07/2013 (4475 days ago)
Assigned
Resolved 05/07/2013 (4475 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
05/07/2013 07:23:46 PM viktor (at) szepe (dot) net Comment #5 Reply to this comment
Thank you for the quick fix!!

It WORKS.

All the best wishes to you!
05/07/2013 05:01:36 PM Michael Slusarz Comment #4
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ 6.0.4
Reply to this comment
IMP 6.0.5.
05/07/2013 05:01:22 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_0):

commit 6934cb2997383c8bef1f54cd25ab81abf8d8ddf5
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Tue May 7 11:00:29 2013 -0600

     Bug #12242: Fix image unblocking javascript in basic view

  imp/lib/Script/Package/Imp.php |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/6934cb2997383c8bef1f54cd25ab81abf8d8ddf5
05/07/2013 05:01:00 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit b687764ff194eb5c049e9ea1fb82b80f7f3a95df
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Tue May 7 11:00:29 2013 -0600

     Bug #12242: Fix image unblocking javascript in basic view

  imp/lib/Script/Package/Imp.php |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/b687764ff194eb5c049e9ea1fb82b80f7f3a95df
05/07/2013 09:37:41 AM viktor (at) szepe (dot) net Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ js error "Click to always show images"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
BASIC view:
after clikcing on "Click to always show images from this sender."
I get a js error:

TypeError: this.conf is undefined
{if(this.conf.SID){params.update(this.conf.SID.toQueryParams());}

which is in js/hordecore.js:233

// params: (Hash) URL parameters
addRequestParams: function(params)
{
     if (this.conf.SID) {
         params.update(this.conf.SID.toQueryParams());
     }
     params.set('token', this.conf.TOKEN);
},

Saved Queries