Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
language system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Nov 2009 at 15:05 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachCleaning-up the "locale module" issue queue as per http://cyrve.com/criticals.
Comment #2
plachThis moves the
hook_multilingual_settings_changed()invocation from the submit handler tolocale_add_language().Related to #632172: Node language and field languages may differ.
Comment #3
plachComment #4
yched commentedno patch ? :-)
Comment #5
plachlol :)
Comment #6
yched commentedLooks good. Should a similar change (move notification from form submit to API func) be done when a language is disabled / removed ?
Comment #7
plachObviously the answer should be "of course", unfortunately we have no API function to disable/remove languages.
Comment #8
yched commentedOK. Looks RTBC, then, but I guess sun should review ?
Comment #9
sunaight - plach just clarified that there are no API functions for changing/removing languages.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks.