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

[bug]: API GQL/Core: Delete Extension doesn't set Need Reload. #8

Closed
danardf opened this issue Mar 2, 2024 · 2 comments
Closed

[bug]: API GQL/Core: Delete Extension doesn't set Need Reload. #8

danardf opened this issue Mar 2, 2024 · 2 comments
Assignees
Labels

Comments

@danardf
Copy link

danardf commented Mar 2, 2024

FreePBX Version

FreePBX 16

Issue Description

When you delete an extension, Need Reload is not set, however, if you delete an extension through GUI, need reload is set. (You can see Apply Config button).
This action with API should execute the same action as the GUI.
Just set needreload = true at the end of the API for delete extension.

This difference is importent if the changes are not applied after deletion and if there is no way to know if the system needs reloading.

Operating Environment

framework: 16.0.40.7
api: 16.0.13
core: 16.0.68.24

Relevant log output

No response

@danardf danardf added bug triage Triage labels Mar 2, 2024
@kguptasangoma kguptasangoma removed the triage Triage label Mar 5, 2024
@Rverma032 Rverma032 self-assigned this Jul 1, 2024
@kguptasangoma
Copy link
Member

fixed, try with the latest version.

@danardf
Copy link
Author

danardf commented Jul 9, 2024

Nice.

Thanks Kapil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants