From b4650f42a1b7d29a88bfeb97b464e95b3c79913f Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 16 May 2018 12:51:01 +0530 Subject: [PATCH] [minor] remove in_dialog old property --- frappe/core/doctype/defaultvalue/defaultvalue.json | 2 +- frappe/core/doctype/deleted_document/deleted_document.json | 2 +- frappe/core/doctype/dynamic_link/dynamic_link.json | 2 +- frappe/core/doctype/error_snapshot/error_snapshot.json | 2 +- frappe/core/doctype/feedback_request/feedback_request.json | 2 +- frappe/core/doctype/has_role/has_role.json | 2 +- frappe/core/doctype/language/language.json | 1 - frappe/core/doctype/patch_log/patch_log.json | 2 +- frappe/core/doctype/tag/tag.json | 2 +- frappe/core/doctype/tag_category/tag_category.json | 2 +- frappe/core/doctype/tag_doc_category/tag_doc_category.json | 2 +- frappe/core/doctype/translation/translation.json | 2 +- frappe/core/doctype/version/version.json | 2 +- frappe/custom/doctype/property_setter/property_setter.json | 2 +- frappe/desk/doctype/bulk_update/bulk_update.json | 2 +- .../desk/doctype/kanban_board_column/kanban_board_column.json | 2 +- frappe/desk/doctype/note/note.json | 2 +- frappe/desk/doctype/note_seen_by/note_seen_by.json | 2 +- frappe/email/doctype/email_account/email_account.json | 2 +- frappe/email/doctype/email_domain/email_domain.json | 2 +- frappe/email/doctype/email_group/email_group.json | 2 +- frappe/email/doctype/email_group_member/email_group_member.json | 2 +- .../doctype/email_queue_recipient/email_queue_recipient.json | 2 +- frappe/email/doctype/email_unsubscribe/email_unsubscribe.json | 2 +- .../doctype/newsletter_email_group/newsletter_email_group.json | 2 +- frappe/geo/doctype/country/country.json | 2 +- frappe/geo/doctype/currency/currency.json | 2 +- .../doctype/integration_request/integration_request.json | 2 +- .../oauth_authorization_code/oauth_authorization_code.json | 2 +- .../doctype/oauth_bearer_token/oauth_bearer_token.json | 2 +- .../oauth_provider_settings/oauth_provider_settings.json | 2 +- .../integrations/doctype/paypal_settings/paypal_settings.json | 2 +- .../doctype/razorpay_settings/razorpay_settings.json | 2 +- frappe/website/doctype/about_us_settings/about_us_settings.json | 2 +- .../doctype/about_us_team_member/about_us_team_member.json | 2 +- frappe/website/doctype/blog_settings/blog_settings.json | 2 +- frappe/website/doctype/blogger/blogger.json | 2 +- frappe/website/doctype/company_history/company_history.json | 2 +- frappe/website/doctype/footer_item/footer_item.json | 2 +- frappe/website/doctype/help_category/help_category.json | 2 +- frappe/website/doctype/portal_menu_item/portal_menu_item.json | 2 +- frappe/website/doctype/portal_settings/portal_settings.json | 2 +- frappe/website/doctype/top_bar_item/top_bar_item.json | 2 +- frappe/website/doctype/web_form_field/web_form_field.json | 2 +- frappe/website/doctype/website_script/website_script.json | 2 +- frappe/website/doctype/website_sidebar/website_sidebar.json | 2 +- .../doctype/website_sidebar_item/website_sidebar_item.json | 2 +- .../doctype/website_slideshow_item/website_slideshow_item.json | 2 +- frappe/website/doctype/website_theme/website_theme.json | 2 +- frappe/workflow/doctype/workflow/workflow.json | 2 +- frappe/workflow/doctype/workflow_action/workflow_action.json | 2 +- .../workflow_document_state/workflow_document_state.json | 2 +- frappe/workflow/doctype/workflow_state/workflow_state.json | 2 +- 53 files changed, 52 insertions(+), 53 deletions(-) diff --git a/frappe/core/doctype/defaultvalue/defaultvalue.json b/frappe/core/doctype/defaultvalue/defaultvalue.json index 1fecb598ff..35b08c2dca 100644 --- a/frappe/core/doctype/defaultvalue/defaultvalue.json +++ b/frappe/core/doctype/defaultvalue/defaultvalue.json @@ -72,7 +72,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/core/doctype/deleted_document/deleted_document.json b/frappe/core/doctype/deleted_document/deleted_document.json index 798f08ee86..1a612c7411 100644 --- a/frappe/core/doctype/deleted_document/deleted_document.json +++ b/frappe/core/doctype/deleted_document/deleted_document.json @@ -211,7 +211,7 @@ "idx": 0, "image_view": 0, "in_create": 1, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/core/doctype/dynamic_link/dynamic_link.json b/frappe/core/doctype/dynamic_link/dynamic_link.json index fbdbbf76cb..3689be6a3d 100644 --- a/frappe/core/doctype/dynamic_link/dynamic_link.json +++ b/frappe/core/doctype/dynamic_link/dynamic_link.json @@ -103,7 +103,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/core/doctype/error_snapshot/error_snapshot.json b/frappe/core/doctype/error_snapshot/error_snapshot.json index 6a9b454a28..ea7a86d4f6 100644 --- a/frappe/core/doctype/error_snapshot/error_snapshot.json +++ b/frappe/core/doctype/error_snapshot/error_snapshot.json @@ -354,7 +354,7 @@ "idx": 0, "image_view": 0, "in_create": 1, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/core/doctype/feedback_request/feedback_request.json b/frappe/core/doctype/feedback_request/feedback_request.json index 2987116b0e..6cbc27ac26 100644 --- a/frappe/core/doctype/feedback_request/feedback_request.json +++ b/frappe/core/doctype/feedback_request/feedback_request.json @@ -425,7 +425,7 @@ "idx": 0, "image_view": 0, "in_create": 1, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/core/doctype/has_role/has_role.json b/frappe/core/doctype/has_role/has_role.json index 7fb913f6b2..e0759dcd7e 100644 --- a/frappe/core/doctype/has_role/has_role.json +++ b/frappe/core/doctype/has_role/has_role.json @@ -45,7 +45,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/core/doctype/language/language.json b/frappe/core/doctype/language/language.json index 8c63bbd4db..1907253f81 100644 --- a/frappe/core/doctype/language/language.json +++ b/frappe/core/doctype/language/language.json @@ -128,7 +128,6 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/core/doctype/patch_log/patch_log.json b/frappe/core/doctype/patch_log/patch_log.json index 13f37d1ca9..aa054f1360 100644 --- a/frappe/core/doctype/patch_log/patch_log.json +++ b/frappe/core/doctype/patch_log/patch_log.json @@ -46,7 +46,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/core/doctype/tag/tag.json b/frappe/core/doctype/tag/tag.json index 2b38a18cb6..5b206eb506 100644 --- a/frappe/core/doctype/tag/tag.json +++ b/frappe/core/doctype/tag/tag.json @@ -39,7 +39,7 @@ "hide_toolbar": 0, "idx": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/core/doctype/tag_category/tag_category.json b/frappe/core/doctype/tag_category/tag_category.json index b80714ce9f..6046b27e08 100644 --- a/frappe/core/doctype/tag_category/tag_category.json +++ b/frappe/core/doctype/tag_category/tag_category.json @@ -103,7 +103,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/core/doctype/tag_doc_category/tag_doc_category.json b/frappe/core/doctype/tag_doc_category/tag_doc_category.json index dbfd396f75..a68d2979ce 100644 --- a/frappe/core/doctype/tag_doc_category/tag_doc_category.json +++ b/frappe/core/doctype/tag_doc_category/tag_doc_category.json @@ -39,7 +39,7 @@ "hide_toolbar": 0, "idx": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/core/doctype/translation/translation.json b/frappe/core/doctype/translation/translation.json index 6670b05942..9e9ce781dd 100644 --- a/frappe/core/doctype/translation/translation.json +++ b/frappe/core/doctype/translation/translation.json @@ -158,7 +158,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/core/doctype/version/version.json b/frappe/core/doctype/version/version.json index 57cd54b6d2..463a7d3cba 100644 --- a/frappe/core/doctype/version/version.json +++ b/frappe/core/doctype/version/version.json @@ -183,7 +183,7 @@ "idx": 1, "image_view": 0, "in_create": 1, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/custom/doctype/property_setter/property_setter.json b/frappe/custom/doctype/property_setter/property_setter.json index 33754e167e..5888e11969 100644 --- a/frappe/custom/doctype/property_setter/property_setter.json +++ b/frappe/custom/doctype/property_setter/property_setter.json @@ -294,7 +294,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/desk/doctype/bulk_update/bulk_update.json b/frappe/desk/doctype/bulk_update/bulk_update.json index 79b66cf71f..0ec29a0dda 100644 --- a/frappe/desk/doctype/bulk_update/bulk_update.json +++ b/frappe/desk/doctype/bulk_update/bulk_update.json @@ -160,7 +160,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 1, "istable": 0, diff --git a/frappe/desk/doctype/kanban_board_column/kanban_board_column.json b/frappe/desk/doctype/kanban_board_column/kanban_board_column.json index 04a1483abf..95d9294e9a 100644 --- a/frappe/desk/doctype/kanban_board_column/kanban_board_column.json +++ b/frappe/desk/doctype/kanban_board_column/kanban_board_column.json @@ -133,7 +133,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/desk/doctype/note/note.json b/frappe/desk/doctype/note/note.json index 7cbc2cd778..609869345a 100644 --- a/frappe/desk/doctype/note/note.json +++ b/frappe/desk/doctype/note/note.json @@ -255,7 +255,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/desk/doctype/note_seen_by/note_seen_by.json b/frappe/desk/doctype/note_seen_by/note_seen_by.json index 45fc6c683c..7ee423e347 100644 --- a/frappe/desk/doctype/note_seen_by/note_seen_by.json +++ b/frappe/desk/doctype/note_seen_by/note_seen_by.json @@ -43,7 +43,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/email/doctype/email_account/email_account.json b/frappe/email/doctype/email_account/email_account.json index 5053d531ec..554aaabc79 100644 --- a/frappe/email/doctype/email_account/email_account.json +++ b/frappe/email/doctype/email_account/email_account.json @@ -1318,7 +1318,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/email/doctype/email_domain/email_domain.json b/frappe/email/doctype/email_domain/email_domain.json index b2a2cd69a6..4e7230b438 100644 --- a/frappe/email/doctype/email_domain/email_domain.json +++ b/frappe/email/doctype/email_domain/email_domain.json @@ -400,7 +400,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/email/doctype/email_group/email_group.json b/frappe/email/doctype/email_group/email_group.json index 5d244f605a..d02cead0b0 100644 --- a/frappe/email/doctype/email_group/email_group.json +++ b/frappe/email/doctype/email_group/email_group.json @@ -76,7 +76,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/email/doctype/email_group_member/email_group_member.json b/frappe/email/doctype/email_group_member/email_group_member.json index 6d77fcadc3..b3b87c6211 100644 --- a/frappe/email/doctype/email_group_member/email_group_member.json +++ b/frappe/email/doctype/email_group_member/email_group_member.json @@ -106,7 +106,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/email/doctype/email_queue_recipient/email_queue_recipient.json b/frappe/email/doctype/email_queue_recipient/email_queue_recipient.json index 68c91bcbab..8d1f77e818 100644 --- a/frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +++ b/frappe/email/doctype/email_queue_recipient/email_queue_recipient.json @@ -101,7 +101,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/email/doctype/email_unsubscribe/email_unsubscribe.json b/frappe/email/doctype/email_unsubscribe/email_unsubscribe.json index b0ddfef9e8..3624a55641 100644 --- a/frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +++ b/frappe/email/doctype/email_unsubscribe/email_unsubscribe.json @@ -131,7 +131,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/email/doctype/newsletter_email_group/newsletter_email_group.json b/frappe/email/doctype/newsletter_email_group/newsletter_email_group.json index 4f119284ed..d08fedaf49 100644 --- a/frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +++ b/frappe/email/doctype/newsletter_email_group/newsletter_email_group.json @@ -77,7 +77,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/geo/doctype/country/country.json b/frappe/geo/doctype/country/country.json index 1d3bbdbe8c..7c813e4b91 100644 --- a/frappe/geo/doctype/country/country.json +++ b/frappe/geo/doctype/country/country.json @@ -128,7 +128,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/geo/doctype/currency/currency.json b/frappe/geo/doctype/currency/currency.json index 31ebda0e97..0fce99cfa3 100644 --- a/frappe/geo/doctype/currency/currency.json +++ b/frappe/geo/doctype/currency/currency.json @@ -217,7 +217,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/integrations/doctype/integration_request/integration_request.json b/frappe/integrations/doctype/integration_request/integration_request.json index c4e8ddb998..f19da52e46 100644 --- a/frappe/integrations/doctype/integration_request/integration_request.json +++ b/frappe/integrations/doctype/integration_request/integration_request.json @@ -247,7 +247,7 @@ "idx": 0, "image_view": 0, "in_create": 1, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json b/frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json index c8905e2e23..13150f6cb3 100644 --- a/frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +++ b/frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json @@ -212,7 +212,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json b/frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json index 7fd2d773fd..aec5320ccc 100644 --- a/frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +++ b/frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json @@ -239,7 +239,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json b/frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json index 9e50fb4821..bf19eee6b1 100644 --- a/frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +++ b/frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json @@ -46,7 +46,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 1, "istable": 0, diff --git a/frappe/integrations/doctype/paypal_settings/paypal_settings.json b/frappe/integrations/doctype/paypal_settings/paypal_settings.json index eb95f4ce91..8d48496a4c 100644 --- a/frappe/integrations/doctype/paypal_settings/paypal_settings.json +++ b/frappe/integrations/doctype/paypal_settings/paypal_settings.json @@ -158,7 +158,7 @@ "idx": 0, "image_view": 0, "in_create": 1, - "in_dialog": 0, + "is_submittable": 0, "issingle": 1, "istable": 0, diff --git a/frappe/integrations/doctype/razorpay_settings/razorpay_settings.json b/frappe/integrations/doctype/razorpay_settings/razorpay_settings.json index 838d5ac5cd..3fdea79e2b 100644 --- a/frappe/integrations/doctype/razorpay_settings/razorpay_settings.json +++ b/frappe/integrations/doctype/razorpay_settings/razorpay_settings.json @@ -101,7 +101,7 @@ "idx": 0, "image_view": 0, "in_create": 1, - "in_dialog": 0, + "is_submittable": 0, "issingle": 1, "istable": 0, diff --git a/frappe/website/doctype/about_us_settings/about_us_settings.json b/frappe/website/doctype/about_us_settings/about_us_settings.json index 639bd83d7d..d8d66aaa35 100644 --- a/frappe/website/doctype/about_us_settings/about_us_settings.json +++ b/frappe/website/doctype/about_us_settings/about_us_settings.json @@ -268,7 +268,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 1, "istable": 0, diff --git a/frappe/website/doctype/about_us_team_member/about_us_team_member.json b/frappe/website/doctype/about_us_team_member/about_us_team_member.json index e40126b433..37ec04e62f 100644 --- a/frappe/website/doctype/about_us_team_member/about_us_team_member.json +++ b/frappe/website/doctype/about_us_team_member/about_us_team_member.json @@ -91,7 +91,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/website/doctype/blog_settings/blog_settings.json b/frappe/website/doctype/blog_settings/blog_settings.json index 2838b41e3f..1ee974d850 100644 --- a/frappe/website/doctype/blog_settings/blog_settings.json +++ b/frappe/website/doctype/blog_settings/blog_settings.json @@ -98,7 +98,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 1, "istable": 0, diff --git a/frappe/website/doctype/blogger/blogger.json b/frappe/website/doctype/blogger/blogger.json index 85dc4b6662..9b621ca5e6 100644 --- a/frappe/website/doctype/blogger/blogger.json +++ b/frappe/website/doctype/blogger/blogger.json @@ -211,7 +211,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/website/doctype/company_history/company_history.json b/frappe/website/doctype/company_history/company_history.json index 9d46ad2d0c..2c55d807a9 100644 --- a/frappe/website/doctype/company_history/company_history.json +++ b/frappe/website/doctype/company_history/company_history.json @@ -65,7 +65,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/website/doctype/footer_item/footer_item.json b/frappe/website/doctype/footer_item/footer_item.json index b13286b791..80ca46e9f1 100644 --- a/frappe/website/doctype/footer_item/footer_item.json +++ b/frappe/website/doctype/footer_item/footer_item.json @@ -125,7 +125,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/website/doctype/help_category/help_category.json b/frappe/website/doctype/help_category/help_category.json index e273c2421d..ef598a5045 100644 --- a/frappe/website/doctype/help_category/help_category.json +++ b/frappe/website/doctype/help_category/help_category.json @@ -158,7 +158,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/website/doctype/portal_menu_item/portal_menu_item.json b/frappe/website/doctype/portal_menu_item/portal_menu_item.json index 837d4f5c00..f4860706f8 100644 --- a/frappe/website/doctype/portal_menu_item/portal_menu_item.json +++ b/frappe/website/doctype/portal_menu_item/portal_menu_item.json @@ -193,7 +193,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/website/doctype/portal_settings/portal_settings.json b/frappe/website/doctype/portal_settings/portal_settings.json index 8e6fb5189d..81b2a94c08 100644 --- a/frappe/website/doctype/portal_settings/portal_settings.json +++ b/frappe/website/doctype/portal_settings/portal_settings.json @@ -187,7 +187,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 1, "istable": 0, diff --git a/frappe/website/doctype/top_bar_item/top_bar_item.json b/frappe/website/doctype/top_bar_item/top_bar_item.json index a663d90174..eb0d20d6a3 100644 --- a/frappe/website/doctype/top_bar_item/top_bar_item.json +++ b/frappe/website/doctype/top_bar_item/top_bar_item.json @@ -147,7 +147,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/website/doctype/web_form_field/web_form_field.json b/frappe/website/doctype/web_form_field/web_form_field.json index b16d29a09d..22b8da5d57 100644 --- a/frappe/website/doctype/web_form_field/web_form_field.json +++ b/frappe/website/doctype/web_form_field/web_form_field.json @@ -409,7 +409,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/website/doctype/website_script/website_script.json b/frappe/website/doctype/website_script/website_script.json index df77850025..1b0b3ec7e7 100644 --- a/frappe/website/doctype/website_script/website_script.json +++ b/frappe/website/doctype/website_script/website_script.json @@ -46,7 +46,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 1, "istable": 0, diff --git a/frappe/website/doctype/website_sidebar/website_sidebar.json b/frappe/website/doctype/website_sidebar/website_sidebar.json index 605c82d7fb..20e6ef0bf0 100644 --- a/frappe/website/doctype/website_sidebar/website_sidebar.json +++ b/frappe/website/doctype/website_sidebar/website_sidebar.json @@ -75,7 +75,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/website/doctype/website_sidebar_item/website_sidebar_item.json b/frappe/website/doctype/website_sidebar_item/website_sidebar_item.json index 95b7daca23..ab0c13bf9d 100644 --- a/frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +++ b/frappe/website/doctype/website_sidebar_item/website_sidebar_item.json @@ -101,7 +101,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/website/doctype/website_slideshow_item/website_slideshow_item.json b/frappe/website/doctype/website_slideshow_item/website_slideshow_item.json index d6ad9610b7..87d7004a87 100644 --- a/frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +++ b/frappe/website/doctype/website_slideshow_item/website_slideshow_item.json @@ -92,7 +92,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/website/doctype/website_theme/website_theme.json b/frappe/website/doctype/website_theme/website_theme.json index 6b65e20c8d..d8c53a412e 100644 --- a/frappe/website/doctype/website_theme/website_theme.json +++ b/frappe/website/doctype/website_theme/website_theme.json @@ -769,7 +769,7 @@ "idx": 0, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/workflow/doctype/workflow/workflow.json b/frappe/workflow/doctype/workflow/workflow.json index 9f8b430015..b33bf242ae 100644 --- a/frappe/workflow/doctype/workflow/workflow.json +++ b/frappe/workflow/doctype/workflow/workflow.json @@ -285,7 +285,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/workflow/doctype/workflow_action/workflow_action.json b/frappe/workflow/doctype/workflow_action/workflow_action.json index 06e7d53cf6..744471f041 100644 --- a/frappe/workflow/doctype/workflow_action/workflow_action.json +++ b/frappe/workflow/doctype/workflow_action/workflow_action.json @@ -45,7 +45,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0, diff --git a/frappe/workflow/doctype/workflow_document_state/workflow_document_state.json b/frappe/workflow/doctype/workflow_document_state/workflow_document_state.json index 80ac0684b0..b851092b3d 100644 --- a/frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +++ b/frappe/workflow/doctype/workflow_document_state/workflow_document_state.json @@ -173,7 +173,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 1, diff --git a/frappe/workflow/doctype/workflow_state/workflow_state.json b/frappe/workflow/doctype/workflow_state/workflow_state.json index f4b4a217d5..a08f713bb1 100644 --- a/frappe/workflow/doctype/workflow_state/workflow_state.json +++ b/frappe/workflow/doctype/workflow_state/workflow_state.json @@ -107,7 +107,7 @@ "idx": 1, "image_view": 0, "in_create": 0, - "in_dialog": 0, + "is_submittable": 0, "issingle": 0, "istable": 0,