Skip to content

Commit

Permalink
v2-Beta8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kid1194 committed Feb 5, 2023
1 parent afa2619 commit fd66f1e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ If you find bug in the plugin, please create a [bug report](https://github.com/k
### Contributors
**The list of people who deserves more than a simple thank you.**
- [CA. B.C.Chechani](https://github.com/chechani) (Testing & Debugging)
- [MohsinAli](https://github.com/mohsinalimat) (Testing & Debugging)

---

Expand Down
1 change: 0 additions & 1 deletion frappe_better_attach_control/public/js/controls/attach.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ frappe.ui.form.ControlAttach = class ControlAttach extends frappe.ui.form.Contro
if (this.upload_options) return;
this._update_options();
if (this._options) this.df.options = this._options;
console.log('Attach Control Options', this.df.options);
super.set_upload_options();
if (this._options) this.df.options = this._latest_options;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ frappe.ui.form.ControlAttach = frappe.ui.form.ControlAttach.extend({
if (this.upload_options) return;
this._update_options();
if (this._options) this.df.options = this._options;
console.log('Attach Control Options', this.df.options);
this._super();
if (this._options) this.df.options = this._latest_options;
if (this._images_only) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ frappe.ui.form.ControlAttach = frappe.ui.form.ControlAttach.extend({
if (this.upload_options) return;
this._update_options();
if (this._options) this.df.options = this._options;
console.log('Attach Control Options', this.df.options);
this._super();
if (this._options) this.df.options = this._latest_options;
if (this._images_only) {
Expand Down

0 comments on commit fd66f1e

Please sign in to comment.