kopia lustrzana https://gitlab.com/mysocialportal/relatica
bugfix "tag" from query parameters in html to edit text
rodzic
71a9beb535
commit
31951341f4
|
|
@ -27,7 +27,7 @@ void _updateSwapTagLinks(Node node, List<String> tags) {
|
|||
late final String tag;
|
||||
final pathEnd = p.split(url.path).last;
|
||||
if (pathEnd == 'search' && url.queryParameters.containsKey('tag')) {
|
||||
tag = url.queryParameters['search']!;
|
||||
tag = url.queryParameters['tag']!;
|
||||
} else {
|
||||
tag = pathEnd;
|
||||
}
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue