mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
UI: create external bindings with type set (fix: #132)
This commit is contained in:
parent
e02c8e37bb
commit
50a29d96ab
@ -976,7 +976,7 @@ function binding_row_editor() {
|
|||||||
|
|
||||||
$_POST['bound_source_id'] = $dav_id;
|
$_POST['bound_source_id'] = $dav_id;
|
||||||
$_POST['external_url'] = $href;
|
$_POST['external_url'] = $href;
|
||||||
$_POST['external_type'] = 'calendar';
|
$_POST['type'] = 'calendar';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// internal bind
|
// internal bind
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user