Enrique Coslado Santibáñez

Results 5 comments of Enrique Coslado Santibáñez

Since the invoice number is removed when invoice is removed, the query to search the invoice to restore should be by `series_id` and `deleted_number` (which stores the invoice old number).

Sure, here it is. Thanks a lot. ``` 2016-12-25 12:23:45.127 [error] #PID running Doophoenix.Endpoint terminated Server: localhost:4000 (http) Request: GET /favicon.ico ** (exit) an exception was raised: ** (FunctionClauseError) no...

I was trying some solutions, restricting urls by configuration: https://github.com/ecoslado/trailing_format_plug/blob/master/lib/trailing_format_plug.ex After check it out, I think it's better put all the "routing stuff" in my app and leave your plug...

It is. I think I'm missing something. I declare the plug in the endpoint, before the router: ```elixir defmodule Doophoenix.Endpoint do use Phoenix.Endpoint, otp_app: :doophoenix use PrePlug @logger_plug Application.fetch_env!(:doophoenix, :logger_plug)...

Sorry, I insist. I'm convinced the problem is related with TrailingFormatPlug. - When I use it, with .js no problem, but favicon.ico returns 500 when 404 was expected (please, try...