WIP
This commit is contained in:
parent
2d103e2295
commit
1ad8b56892
@ -128,6 +128,7 @@ impl GetWorkPackageCollectionClient for Client {
|
||||
current.links.next_by_offset.clone().unwrap().href
|
||||
))
|
||||
.basic_auth("apikey", Some(&self.token))
|
||||
// .query(&[("filters", r##"[{"startDate":{"operator": "<=", "values": ["2024-06-30"]}, {"endDate":{"operator": ">d", "values": ["2024-06-01"]}]"##)])
|
||||
.send()
|
||||
.await?;
|
||||
|
||||
|
@ -8,6 +8,10 @@ use crate::openproject::client::Client;
|
||||
use crate::openproject::user::UserPartial;
|
||||
use crate::openproject::work::{WorkPackage, WorkPackageCollectionClient};
|
||||
|
||||
pub struct PlanningLoadConfig {
|
||||
|
||||
}
|
||||
|
||||
enum CellContent {
|
||||
S(String),
|
||||
N(f64),
|
||||
|
Loading…
Reference in New Issue
Block a user