diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-18 09:42:01 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-18 09:42:01 -0500 |
commit | de128dbad860478496a0d655b5eb5c1005ebbabe (patch) | |
tree | 7fee510e901273472731e8e843981268c593ec40 /doc | |
parent | 0430a09c069134622c0161dc2fb9ba3718a73c0d (diff) |
Remove default swimlane
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en_US/api-swimlane-procedures.markdown | 35 | ||||
-rw-r--r-- | doc/en_US/api-task-procedures.markdown | 2 | ||||
-rw-r--r-- | doc/en_US/search.markdown | 1 | ||||
-rw-r--r-- | doc/tr_TR/search.markdown | 1 |
4 files changed, 1 insertions, 38 deletions
diff --git a/doc/en_US/api-swimlane-procedures.markdown b/doc/en_US/api-swimlane-procedures.markdown index d7c1e28f..1e3296df 100644 --- a/doc/en_US/api-swimlane-procedures.markdown +++ b/doc/en_US/api-swimlane-procedures.markdown @@ -1,41 +1,6 @@ API Swimlane Procedures ======================= -## getDefaultSwimlane - -- Purpose: **Get the default swimlane for a project** -- Parameters: - - **project_id** (integer, required) -- Result on success: **true** -- Result on failure: **false** - -Request example: - -```json -{ - "jsonrpc": "2.0", - "method": "getDefaultSwimlane", - "id": 898774713, - "params": [ - 1 - ] -} -``` - -Response example: - -```json -{ - "jsonrpc": "2.0", - "id": 898774713, - "result": { - "id": "1", - "default_swimlane": "Default swimlane", - "show_default_swimlane": "1" - } -} -``` - ## getActiveSwimlanes - Purpose: **Get the list of enabled swimlanes of a project (include default swimlane if enabled)** diff --git a/doc/en_US/api-task-procedures.markdown b/doc/en_US/api-task-procedures.markdown index b847eb54..af24c523 100644 --- a/doc/en_US/api-task-procedures.markdown +++ b/doc/en_US/api-task-procedures.markdown @@ -537,7 +537,7 @@ Response example: - **task_id** (integer, required) - **column_id** (integer, required) - **position** (integer, required) - - **swimlane_id** (integer, optional, default=0) + - **swimlane_id** (integer, required) - Result on success: **true** - Result on failure: **false** diff --git a/doc/en_US/search.markdown b/doc/en_US/search.markdown index 760551df..fefbe095 100644 --- a/doc/en_US/search.markdown +++ b/doc/en_US/search.markdown @@ -144,7 +144,6 @@ Attribute: **column** Attribute: **swimlane** - Find tasks by swim-lane: `swimlane:"Version 42"` -- Find tasks in the default swim-lane: `swimlane:default` - Find tasks into several swim-lanes: `swimlane:"Version 1.2" swimlane:"Version 1.3"` ### Search by task link diff --git a/doc/tr_TR/search.markdown b/doc/tr_TR/search.markdown index f810ad5c..c7bac5e6 100644 --- a/doc/tr_TR/search.markdown +++ b/doc/tr_TR/search.markdown @@ -140,7 +140,6 @@ Görev referansı, görevinizin harici bir kimliği, örneğin başka bir yazıl Özellik: **swimlane** - Görevleri kulvarlara(swim-lane) göre ara: `swimlane:"Version 42"` -- Görevleri default kulvarlar (swim-lane) göre ara: `swimlane:default` - Çeşitli kulvarlar (swim-lanes) için görev ara: `swimlane:"Version 1.2" swimlane:"Version 1.3"` ### Görev bağlantısı ile arama |