Overview
Comment:Don't need to clear anymore
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 5043b8dfd371e1d606a4736ce368f6bd28660b5b22a11decbac9d5385a09a147
User & Date: bohwaz on 2022-02-17 16:41:30
Other Links: manifest | tags
Context
2022-02-17
16:42
Remove missed call to clearing graph cache check-in: 02d76c94de user: bohwaz tags: trunk, stable
16:41
Don't need to clear anymore check-in: 5043b8dfd3 user: bohwaz tags: trunk, stable
2022-02-16
23:15
Lower HTTP cache for graphs to 30 seconds check-in: 13f5c2921f user: bohwaz tags: trunk, stable
Changes

Modified src/include/lib/Garradin/Accounting/Transactions.php from [12365aa541] to [02537b5cac].

308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
				$e->setDetails($transaction->asDetailsArray());
			}

			throw $e;
		}

		$db->commit();

		Graph::clearCacheAllYears();
	}

	static public function importCustom(Year $year, CSV_Custom $csv, int $user_id)
	{
		if ($year->closed) {
			throw new \InvalidArgumentException('Closed year');
		}







<
<







308
309
310
311
312
313
314


315
316
317
318
319
320
321
				$e->setDetails($transaction->asDetailsArray());
			}

			throw $e;
		}

		$db->commit();


	}

	static public function importCustom(Year $year, CSV_Custom $csv, int $user_id)
	{
		if ($year->closed) {
			throw new \InvalidArgumentException('Closed year');
		}