Skip to content

Commit

Permalink
Item9672: Country list shows up empty in the user form
Browse files Browse the repository at this point in the history
You cannot use a macro in the form definitions. So we have to hardcode System in this case


git-svn-id: http://svn.foswiki.org/branches/Release01x01@9353 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 26, 2010
1 parent 84e5398 commit 3429a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TopicUserMappingContrib/data/System/UserForm.txt
Expand Up @@ -13,7 +13,7 @@ This is a maintenance topic, used by the Wiki administrator.
| <nop>OrganisationName | text | 40 | | | |
| <nop>OrganisationURL | text | 40 | | | |
| Profession | text | 40 | | | |
| [[%SYSTEMWEB%.CountryList][Country]] | select | 1 | | | |
| [[System.CountryList][Country]] | select | 1 | | | |
| State | text | 40 | | | |
| Address | text | 40 | | | |
| Location | text | 40 | | | |
Expand Down

0 comments on commit 3429a0c

Please sign in to comment.