core: add setting to open application launch URL in a new browser tab (#3037)

* core: add setting to open application launch URL in a new browser tab

* core: fix failing applications unit tests

* core: fix formatting

* core: include models only generated when debug mode is enabled
This commit is contained in:
Frédérick Permantier
2022-06-05 14:32:22 +02:00
committed by GitHub
parent c11435780d
commit 2dfa6c2c82
17 changed files with 134 additions and 2 deletions

View File

@ -63,6 +63,7 @@ class ApplicationSerializer(ModelSerializer):
"provider",
"provider_obj",
"launch_url",
"open_in_new_tab",
"meta_launch_url",
"meta_icon",
"meta_description",