Stanislas

Results 299 comments of Stanislas

``` git fetch upstream (github repo) git pull --rebase upstream main git push --force ``` That should be sufficient.

It seems that there are many unrelated changes included in this PR. Translation files do not need to be committed, as we have a dedicated CI process to push and...

Can you try again by adding a specific key (`c_id`) to indicate to the plugin which container should be updated? ```json { "c_id": 3, "my_spcific_field": "foobar" } ```

Hi @jeanmachadocx You do not need to change the way the JSON is constructed. The payload containing the ticket information must also include the custom fields (as key/value pairs) coming...

Hi @demo-mail-vk, I assume that in the table in question, one of the rows contains text in the `ownerfieldfive` column. Since this field handles a foreign key, it should always...

Hi @StephenSJWK, Could you please provide the full configuration of your plugin (container/fields) here? Kind regards,

Could you please provide more details regarding the following statement: *“does not display when you are looking at the assistance ticket list under personal view; it only appears as blank”*?...

Hi @neoCobol Could you share here the code that calls the API?