File tree 5 files changed +5
-0
lines changed
src/main/frontend/src/components
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 3
3
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
4
4
//
5
5
6
+ // @todo #1341 AddCatalogNumbersForm: add tests
6
7
class AddCatalogNumbersForm extends React . PureComponent {
7
8
constructor ( props ) {
8
9
super ( props ) ;
Original file line number Diff line number Diff line change 2
2
// IMPORTANT:
3
3
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
4
4
//
5
+ // @todo #1342 AddCatalogPriceForm: add tests
5
6
// @todo #1388 AddCatalogPriceForm: consider using a tooltip for currency
6
7
7
8
class AddCatalogPriceForm extends React . PureComponent {
Original file line number Diff line number Diff line change 3
3
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
4
4
//
5
5
6
+ // @todo #1338 AddCommentForm: add tests
6
7
class AddCommentForm extends React . PureComponent {
7
8
constructor ( props ) {
8
9
super ( props ) ;
Original file line number Diff line number Diff line change 3
3
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
4
4
//
5
5
6
+ // @todo #1344 AddReleaseYearForm: add tests
6
7
class AddReleaseYearForm extends React . PureComponent {
7
8
constructor ( props ) {
8
9
super ( props ) ;
Original file line number Diff line number Diff line change 3
3
// You must update ResourceUrl.RESOURCES_VERSION each time whenever you're modified this file!
4
4
//
5
5
6
+ // @todo #1329 SeriesSalesList: add tests
6
7
class SeriesSalesList extends React . PureComponent {
7
8
8
9
constructor ( props ) {
You can’t perform that action at this time.
0 commit comments