https://bugs.kde.org/show_bug.cgi?id=512098
--- Comment #2 from Ralf Habacker <[email protected]> --- There is actually a limitation in KMyMoney that prevents this problem from being solved: A workaround is to find individual parts instead of a complete match and use them in the URL template with the correct separator, i.e., instead of ‘.’ in 'the pattern found 111.2222222. 3333333', which is currently not possible, you can enter ‘111’ '2222222' ‘3333333’ separately and use them in the URL with %1-%2-%3. The limitation in KMyMoney is that currently only two URL parameters are supported, i.e. only %1-%2 can be used, which is not sufficient. -- You are receiving this mail because: You are watching all bug changes.
