likehopper / redmine_sla

Manage SLAs in Redmine!
GNU General Public License v2.0
7 stars 2 forks source link

function modded to let plugin works #5

Closed trogloraspa closed 10 months ago

trogloraspa commented 1 year ago

Hello, I had to modify the function sla_get_date( timespamp WITH TIME ZONE), I'm not getting where I have to modify my system to use the configuration u made.

likehopper commented 1 year ago

This function can be altered in the Postgres database. This is what you want ?

trogloraspa commented 1 year ago

I did it, I wonder what's the cause that lead me to need to mod it.

likehopper commented 1 year ago

What change did you make?

trogloraspa commented 1 year ago

sla_get_date( timespamp WITH TIME ZONE),

likehopper commented 1 year ago

Could you give me the result of this command : psql redmine -c "\df" ?

You should have this result:

                                           Liste des fonctions
 Schéma |      Nom      | Type de données du résultat |      Type de données des paramètres       | Type 
--------+---------------+-----------------------------+-------------------------------------------+------
 public | sla_get_date  | timestamp without time zone | p_date timestamp without time zone        | func
 public | sla_get_level | sla_caches                  | p_issue_id integer                        | func
 public | sla_get_spent | sla_cache_spents            | p_issue_id integer, p_sla_type_id integer | func
(3 lignes)
likehopper commented 10 months ago

Did you solve your issue? Without more information, it's difficult for me to process. Without further feedback by the end of next week, I will close this issue. You can always open a new one later if necessary.

trogloraspa commented 10 months ago

Sorry  I didn’t have the time to check it again.--S.GensabellaIl giorno 2 nov 2023, alle ore 16:03, LikeHopper @.***> ha scritto: Did you solve your issue? Without more information, it's difficult for me to process. Without further feedback by the end of next week, I will close this issue. You can always open a new one later if necessary.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

likehopper commented 10 months ago

Thank you for trying the plugin, you can open open a new issue if you still have a problem and more information.

likehopper commented 8 months ago

I think you have the same issue as Opino https://github.com/likehopper/redmine_sla/issues/11