Trying to add a year in authors.name deletes all the information:

This is accepted:
<a href="http://www.radikale.dk/public/upload/Filer/IndkomneHoeringsbidragVKOsAsylaftale_22-01-2008.pdf" target="_blank" title="Høringssvar af 22. januar 2008 på radikale.dk">Høringssvar</a> (s. 36) fra Komiteen Flygtninge under Jorden om asylaftalen 16/1

This is not:
<a href="http://www.radikale.dk/public/upload/Filer/IndkomneHoeringsbidragVKOsAsylaftale_22-01-2008.pdf" target="_blank" title="Høringssvar af 22. januar 2008 på radikale.dk">Høringssvar</a> (s. 36) fra Komiteen Flygtninge under Jorden om asylaftalen 16/1 2008

The last deletes all content in quotes_authors.name

Comments

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

I don't see any reason why the module would care. However, it is much better to move that stuff to the "bio" column rather than the Author column. The author name should now be "pure" - i.e. only the name. It is used in selecting the author to create a bio and also in Views.

FlemmingLeer’s picture

okay, I don't use the bio field at all.

You know - habits :)

nancydru’s picture

BTW, did you count the characters? That's 260 characters and the default limit in Drupal is 255. Maybe I need to allow a longer form field.

nancydru’s picture

Title: quotes_authors.name limitation » Increase author's name limitation
Assigned: Unassigned » nancydru
Category: bug » feature
Status: Postponed (maintainer needs more info) » Fixed

Okay, the author and citation fields can now take 1023 characters.

nancydru’s picture

Status: Fixed » Closed (fixed)