Hi all,
I’m having a strange problem with the Login component.
I have defined a lot of extra lexicon entries in namespace ’Login’, topic ’Register’. This is because I have a very elaborate registration form.
Now, when I go to the database and do
SELECT * FROM `modx_lexicon_entries` WHERE `namespace` = 'login' AND `topic` = 'register' AND `language` = 'nl'
I see that there are 46 records. But when I search for lexicon entries in the manager with the same criteria, I can only see 40 entries. The lexicon entries work okay on the frontend, that is, they are parsed correctly. It’s just that for some of them, I have to go to the database to modify them. Is this a bug or am I overlooking something obvious?