Commit Graph
14 Commits
Author SHA1 Message Date
rocheparadox 5a6bea3452 improve regex for part name format validation
proper import of validation
2021-10-14 09:35:26 +05:30
rocheparadox ee9e01fc22 removed unused import 2021-10-14 09:26:26 +05:30
rocheparadox 8cad687e43 Moved part name format validation to InvenTree.validators.py from common.models
validation to check if a field exists in part model
2021-10-14 09:23:21 +05:30
RocheandGitHub b2670f3565 Merge pull request #1 from matmair/pr/rocheparadox/2138
fix default setting to not change current behaviour
2021-10-13 22:06:56 +05:30
rocheparadox 0742fb063c comment cleanup 2021-10-13 10:58:36 +05:30
rocheparadox 294011a973 Merge remote-tracking branch 'upstream/master' 2021-10-13 10:10:59 +05:30
rocheparadox 5f159e5f02 Merge remote-tracking branch 'upstream/master' 2021-10-12 20:07:14 +05:30
rocheparadox a01918d4b9 removed blank line at the end of file 2021-10-12 19:54:09 +05:30
rocheparadox 4fddc656c4 removed unused import
added unit tests for PART_NAME_FORMAT
2021-10-12 19:51:21 +05:30
rocheparadox 2bf51b0ac3 Added PART_NAME_FORMAT to Inventree settings and exposed the same in settings window with a validator 2021-10-12 19:06:23 +05:30
rocheparadox f4239fbfd3 Merge remote-tracking branch 'upstream/master' 2021-10-12 18:54:51 +05:30
rocheparadox beadfb4659 Merge remote-tracking branch 'upstream/master' 2021-10-11 22:29:01 +05:30
rocheparadox 2d77b21a4e PART_NAME_FORMAT is introduced to display the names of parts in custom format. - For Feature Request InvenTree#2085
full_name construction in part.js is obsolete/redundant since the same is constructed in backend and sent through api response
2021-10-11 22:21:12 +05:30
rocheparadox c1a827819c css for part to occupy full height - fix for bug Inventree#1848 2021-09-20 17:00:45 +05:30