Bug #9188
User change module with empty input fields
| Status: | Resolved | Start date: | 2010-08-06 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Peter Schuster | % Done: | 100% |
|
| Category: | User settings | |||
| Target version: | 1.10.0 | |||
| Votes: | 0 |
Description
In revision 36425 everythink works finde, in 36426 not.
It is because of #6769.
I get my data from the fe_users table with the userfields.
It seems that the config like
"datasource = name" is not used anymore.
It should be still behave like previously because of downward compatibility.
Btw: In my editor the class.tx_mmforum_pi5.php looks quite wild formatted.
Associated revisions
[#BUGFIX] User change module with empty input fields (follow up to r36426, fixes #9188)
[#BUGFIX] User change module with empty input fields (follow up to r36426, fixes #9188)
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/mm_forum/trunk@36442 735d13b6-9817-0410-8766-e36946ffe9aa
History
Updated by Peter Schuster almost 3 years ago
- File patch_9188_v1.patch added
Hm. I actually changed no behaviour in user field handling.
But I think I found the bug: I mixed two variable names.
Does the attached patch solve the problem?
The "wild formatting" might be caused by your tab width setting. In my editor tabs are set to a width of 4 spaces.
Updated by Hauke Hain almost 3 years ago
Yes, that's it! Thank you very much.
Updated by Peter Schuster almost 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r36442.