Pasquale Pizzuti
Pasquale Pizzuti
@digitaldan any news?
@dregad I fixed logic to require fixed_in_version, but haven't a good solution to initialize with target_version then I discarded that logic (it wasn't a required functionality)
I confused issues and agree: this PR can fix #34407 but only for changelog part. I think that this PR can be closed because no longer qualifies as a fix...
Without modifications, via SOAP I receive: ` SOAP-ENV:Server Error Type: APPLICATION ERROR #11, Error Description: Il campo obbligatorio "Assegnata alla versione" era vuoto. Ricontrolla le informazioni che hai inserito. `...
I updated issue in PR first comment (now issue is https://mantisbt.org/bugs/view.php?id=34429). I also checked SOAP/REST services and added a logic to intercept validation and return the correct message
Hello @dregad Regarding resolution value: I've completely ignored $g_bug_resolution_not_fixed_threshold, I will apply changes to fix it. I can use `changelog_include_issue` but only server-side (in Javascript I need to check resolution...
I understand the problems, and with these functions, it’s very important to preserve server behavior. I fixed the server behavior and removed all client-side behavior to ensure logical consistency. Adding...