working leantime widget 15

This commit is contained in:
Alma 2025-04-12 13:25:50 +02:00
parent c5045905c4
commit e114d647ae

View File

@ -89,12 +89,10 @@ export async function GET() {
},
body: JSON.stringify({
jsonrpc: '2.0',
method: 'leantime.rpc.Tickets.Tickets.getAllByUserId',
method: 'leantime.rpc.Tickets.Tickets.getAllStatusLabelsByUserId',
id: 1,
params: {
userId: leantimeUserId,
status: "all",
limit: 100
userId: leantimeUserId
}
})
});