Overview
Comment:Fix default search
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: ac8666b5d1fd3aaaa0de4577c36f08c4ba6e49139ef78389278fa6afd2fccfaa
User & Date: bohwaz on 2022-11-06 22:10:27
Other Links: manifest | tags
Context
2022-11-07
02:03
Add a warning message if the outstanding account balance differs from what can be done with deposits, and allow to quickly create a transfer check-in: 62dd933329 user: bohwaz tags: trunk, stable
2022-11-06
22:13
Fix old reference to a2.code in saved searches, merge with trunk check-in: b09ff7318a user: bohwaz tags: next2
22:10
Fix default search check-in: ac8666b5d1 user: bohwaz tags: trunk, stable
22:07
Include acc_projects in search check-in: bd6b41404f user: bohwaz tags: trunk, stable
Changes

Modified src/include/lib/Garradin/Install.php from [0217a5972e] to [854ff97d9f].

304
305
306
307
308
309
310
311
312
313
314
315
316
317
318

		// Create an example saved search (accounting)
		$query = (object) [
			'query' => [[
				'operator' => 'AND',
				'conditions' => [
					[
						'column'   => 'a2.code',
						'operator' => 'IS NULL',
						'values'   => [],
					],
				],
			]],
			'order' => 't.id',
			'desc' => false,







|







304
305
306
307
308
309
310
311
312
313
314
315
316
317
318

		// Create an example saved search (accounting)
		$query = (object) [
			'query' => [[
				'operator' => 'AND',
				'conditions' => [
					[
						'column'   => 'p.code',
						'operator' => 'IS NULL',
						'values'   => [],
					],
				],
			]],
			'order' => 't.id',
			'desc' => false,