Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: interactQuery::getQuerySynonym is fetching config from object and not jeeObject #2290

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions desktop/php/administration.php
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@
<div class="form-group">
<label class="col-lg-3 col-md-4 col-sm-4 col-xs-6 control-label">{{Synonymes pour les objets}}</label>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-6">
<input class="configKey form-control" data-l1key="interact::autoreply::jeeObject::synonym" />
<input class="configKey form-control" data-l1key="interact::autoreply::object::synonym" />
</div>
</div>
<div class="form-group">
Expand Down Expand Up @@ -2302,4 +2302,4 @@
</div>
</div>

<?php include_file("desktop", "administration", "js"); ?>
<?php include_file("desktop", "administration", "js"); ?>
Loading