Fix up merge issues

上级 5a4a0824
......@@ -117,6 +117,9 @@ export default {
formState() {
return this.store.formState;
},
hasUpdated() {
return !!this.state.updatedAt;
},
},
components: {
descriptionComponent,
......
......@@ -219,7 +219,9 @@ module IssuablesHelper
initialDescriptionText: issuable.description
}
data.merge(updated_at_by(issue))
data.merge!(updated_at_by(issuable))
data.to_json
end
def updated_at_by(issuable)
......
......@@ -1446,8 +1446,8 @@ ActiveRecord::Schema.define(version: 20170525174156) do
t.string "token"
t.boolean "pipeline_events", default: false, null: false
t.boolean "confidential_issues_events", default: false, null: false
t.boolean "job_events", default: false, null: false
t.boolean "repository_update_events", default: false, null: false
t.boolean "job_events", default: false, null: false
end
add_index "web_hooks", ["project_id"], name: "index_web_hooks_on_project_id", using: :btree
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册