Overview
Comment:Fix link to user details in user files list
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 389176277b0a387fa9827561f32a5eb8f6a45ada991d72916f62d2bb521fca3a
User & Date: bohwaz on 2021-06-07 16:50:56
Other Links: manifest | tags
Context
2021-06-07
16:56
Fix [f5fb202bfbe7bdc4e735a97cc21bbce92cf76fa8] wrong link in user files list check-in: aa49026ae5 user: bohwaz tags: trunk, stable
16:50
Fix link to user details in user files list check-in: 389176277b user: bohwaz tags: trunk, stable
2021-06-03
22:23
Fix breadcrumbs urls check-in: 50cef412b0 user: bohwaz tags: trunk, stable
Changes

Modified src/include/lib/Garradin/Files/Users.php from [2aef448cd6] to [55c1feeac2].

15
16
17
18
19
20
21




22
23
24
25
26
27
28
		],
		'identity' => [
			'select' => '',
			'label' => '',
		],
		'path' => [
		],




	];

	static public function list()
	{
		Files::syncVirtualTable(File::CONTEXT_USER);

		$config = Config::getInstance();







>
>
>
>







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
		],
		'identity' => [
			'select' => '',
			'label' => '',
		],
		'path' => [
		],
		'id' => [
			'label' => null,
			'select' => 'm.id',
		],
	];

	static public function list()
	{
		Files::syncVirtualTable(File::CONTEXT_USER);

		$config = Config::getInstance();