File tree 7 files changed +7
-7
lines changed
java/ru/mystamps/web/feature/site
7 files changed +7
-7
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
- class AddCatalogNumbersForm extends React . Component {
6
+ class AddCatalogNumbersForm extends React . PureComponent {
7
7
constructor ( props ) {
8
8
super ( props ) ;
9
9
this . state = {
Original file line number Diff line number Diff line change 4
4
//
5
5
// @todo #1388 AddCatalogPriceForm: consider using a tooltip for currency
6
6
7
- class AddCatalogPriceForm extends React . Component {
7
+ class AddCatalogPriceForm extends React . PureComponent {
8
8
constructor ( props ) {
9
9
super ( props ) ;
10
10
this . state = {
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
- class AddCommentForm extends React . Component {
6
+ class AddCommentForm extends React . PureComponent {
7
7
constructor ( props ) {
8
8
super ( props ) ;
9
9
this . state = {
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
- class AddReleaseYearForm extends React . Component {
6
+ class AddReleaseYearForm extends React . PureComponent {
7
7
constructor ( props ) {
8
8
super ( props ) ;
9
9
this . state = {
Original file line number Diff line number Diff line change 4
4
//
5
5
6
6
// @todo #1057 SeriesSaleImportForm: add tests
7
- class SeriesSaleImportForm extends React . Component {
7
+ class SeriesSaleImportForm extends React . PureComponent {
8
8
9
9
constructor ( props ) {
10
10
super ( props ) ;
Original file line number Diff line number Diff line change 4
4
//
5
5
6
6
// @todo #1280 SimilarSeriesForm: add tests
7
- class SimilarSeriesForm extends React . Component {
7
+ class SimilarSeriesForm extends React . PureComponent {
8
8
9
9
constructor ( props ) {
10
10
super ( props ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class ResourceUrl {
32
32
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru" ;
33
33
34
34
// MUST be updated when any of our resources were modified
35
- public static final String RESOURCES_VERSION = "v0.4.3.5 " ;
35
+ public static final String RESOURCES_VERSION = "v0.4.3.6 " ;
36
36
37
37
// CheckStyle: ignore LineLength for next 15 lines
38
38
private static final String CATALOG_UTILS_JS = "/public/js/" + RESOURCES_VERSION + "/CatalogUtils.min.js" ;
You can’t perform that action at this time.
0 commit comments