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
Comment #1
nancydruI 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.
Comment #2
FlemmingLeer commentedokay, I don't use the bio field at all.
You know - habits :)
Comment #3
nancydruBTW, 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.
Comment #4
nancydruOkay, the author and citation fields can now take 1023 characters.
Comment #5
nancydru