-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong resource insert on custom engine #1826
Comments
Can you please give the command you used to generate the extension? |
@parndt Philip, hi that was a command:
|
@parndt Any advise on it ? |
I can reproduce this bug. |
OK so this is when you upload a new resource and select that to be inserted it does not work but with an existing resource it works fine? |
@parndt yes. It's happening to image picker too (wondering if it's related to recent ajax upload merge). |
The issue is a month old so I doubt it |
I just tried it and the issue is still there. |
Conflicts: resources/app/views/refinery/admin/resources/_records.html.erb
Steps:
dialog box closed, but no_resource_selected_file_id did not .hide()
With existing resource the story is different,
document[file_id] changed in DOM, but filename with icon(which is expected) did not appear.
My idea is that some js error persisted, because on
happened exactly the same thing.
And with Save button on dialog XHR loaded is
I can reproduce it on both HEAD & 2.0.5 with both FF & Chrome
The text was updated successfully, but these errors were encountered: