Issue 208 in neologism: Wrong URL for license icon

0 views
Skip to first unread message

neol...@googlecode.com

unread,
Jul 16, 2012, 12:46:52 PM7/16/12
to neologis...@googlegroups.com
Status: New
Owner: ----

New issue 208 by pe...@peterkrantz.se: Wrong URL for license icon
http://code.google.com/p/neologism/issues/detail?id=208

What steps will reproduce the problem?
1. create a new vocabulary and choose CC-BY as the license
2. save the vocabulary,
3. -> license icon missing.

What is the expected output? What do you see instead?
An icon representing CC-BY. The URL is pointing to URL is to the folder
/sites/all/modules/neologism/images/licenses/ (i.e. not to an image file)

What version of the product are you using?
0.5.3

neol...@googlecode.com

unread,
Jul 16, 2012, 1:46:29 PM7/16/12
to neologis...@googlegroups.com
Updates:
Status:

Comment #1 on issue 208 by guidocecilio: Wrong URL for license icon
http://code.google.com/p/neologism/issues/detail?id=208

Run the following SQL statement:

UPDATE neologism_licenses SET filename = 'by.png' WHERE lid = 1;
UPDATE neologism_licenses SET filename = 'by-sa.png' WHERE lid = 2;
UPDATE neologism_licenses SET filename = 'cc-zero.png' WHERE lid = 3;

and find attached the patch.

Attachments:
neologism-license_icon-208.patch 794 bytes

neol...@googlecode.com

unread,
Jul 16, 2012, 2:41:13 PM7/16/12
to neologis...@googlegroups.com

Comment #2 on issue 208 by pe...@peterkrantz.se: Wrong URL for license icon
http://code.google.com/p/neologism/issues/detail?id=208

Great! Thank you!

Reply all
Reply to author
Forward
0 new messages