Summary | horde: htmlarea -> plugin -> AnselImage fails to select image form Ansel Image Gallery |
Queue | Horde.org Servers |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) |
Requester | mi.braun (at) onlinehome (dot) de |
Created | 03/02/2005 (7407 days ago) |
Due | |
Updated | 05/02/2010 (5520 days ago) |
Assigned | 03/02/2005 (7407 days ago) |
Resolved | 03/04/2005 (7405 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: ansel-patch[1].diff
I'm sorry but my lastly added patch also disabled window resizing -
which has nothing to do with his bug.
A new - cleaned - patch file is attached.
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ horde: htmlarea -> plugin -> AnselImage fails to select image form Ansel Image Gallery
Queue ⇒ Horde.org Servers
New Attachment: ansel-patch.diff
using the htmlarea editor fails to insert an image from an ansel
image gallery.
The problem is, that some preferences returned by an rpc call now
require to be fetched some other way, as already changed in ansel
module.
Therefor I changed
horde/services/editor/htmlarea/plugins/AnselImage/insert_image.php,
so that it now displays the gallery name correctly and takes to
correct gallery ID to fetch images from a gallery. The changes are
attched.