d11n
a84ffd8c7e
Crowdfund: Fix null pointer exception for topup type (missing price) ( #5068 )
...
Items with type topup have a price = null and hence not even the property set (ignored in JSON). This needs to be handled in the temlate, otherwise this exception occurs:
```
An unhandled exception was thrown by the application.
System.InvalidOperationException: Nullable object must have a value.
at AspNetCoreGeneratedDocument.Views_Shared_Crowdfund_Public_ContributeForm.<>c__DisplayClass24_0.<<ExecuteAsync>b__0>d.MoveNext()
```
2023-06-13 20:46:27 +09:00
..
2023-05-30 11:20:58 +02:00
2023-04-10 11:07:03 +09:00
2023-06-01 21:18:28 +09:00
2023-05-29 09:02:47 +02:00
2023-02-22 13:13:58 +09:00
2023-05-26 23:49:32 +09:00
2023-02-21 15:06:34 +09:00
2023-04-10 11:07:03 +09:00
2023-05-22 13:30:28 +02:00
2023-05-29 09:02:47 +02:00
2023-06-07 10:20:39 +02:00
2022-08-17 21:23:16 +02:00
2021-12-31 16:59:02 +09:00
2022-04-20 10:20:39 +09:00
2023-06-01 21:18:28 +09:00
2023-03-17 11:56:32 +09:00
2023-05-18 16:53:01 +09:00
2023-05-26 23:49:32 +09:00
2023-06-05 12:35:06 +02:00
2023-04-17 11:38:03 +09:00
2023-05-26 23:49:32 +09:00
2023-06-07 17:57:03 +02:00
2021-12-28 17:39:54 +09:00
2023-02-14 17:03:12 +09:00
2023-04-10 11:07:03 +09:00
2022-06-23 13:41:52 +09:00
2023-06-13 20:46:27 +09:00
2023-06-02 18:21:57 +09:00
2022-10-20 11:17:42 +09:00
2020-06-28 22:07:48 -05:00
2023-05-30 12:26:30 +09:00
2018-02-17 13:18:16 +09:00
2023-04-10 11:07:03 +09:00
2023-04-10 11:07:03 +09:00
2020-06-28 22:07:48 -05:00
2021-10-21 19:15:02 +09:00
2023-01-06 22:18:07 +09:00
2023-04-10 11:07:03 +09:00
2023-05-19 15:24:20 +09:00
2021-12-28 17:39:54 +09:00
2023-05-29 09:02:47 +02:00
2023-04-10 11:07:03 +09:00
2022-11-22 21:37:07 +09:00
2020-06-28 22:07:48 -05:00
2020-06-28 22:07:48 -05:00
2023-02-25 23:34:49 +09:00
2021-12-16 14:27:34 +09:00
2023-02-16 18:32:26 +09:00
2023-04-10 11:07:03 +09:00
2023-05-19 10:42:09 +09:00
2023-05-26 23:49:32 +09:00
2020-06-28 22:07:48 -05:00
2023-03-03 21:24:27 +09:00
2021-12-28 17:39:54 +09:00
2021-10-05 14:30:01 +09:00
2022-01-14 17:50:29 +09:00
2022-06-21 12:33:20 +09:00