There's an ambiguity introduced by the removal of underscores from the FQ class name of page logic files, when manually assigned a class.
The logic class should replace @ characters with underscores, but currently they are just dropped. This is a backwards breaking fix, but the bug should be merged into master sooner rather than later because the functionality no longer matches the documentation.
More unit tests are required to isolate this and prevent any future regressions.
There's an ambiguity introduced by the removal of underscores from the FQ class name of page logic files, when manually assigned a class.
The logic class should replace
@characters with underscores, but currently they are just dropped. This is a backwards breaking fix, but the bug should be merged into master sooner rather than later because the functionality no longer matches the documentation.More unit tests are required to isolate this and prevent any future regressions.